docs: Align level of headlines (#2421)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
Kentaro Sumi
2023-01-28 21:51:59 +09:00
committed by GitHub
parent 3e8e6053d7
commit 26c2dffa91

View File

@@ -150,7 +150,7 @@ Self managed node groups on `v18.x` by default create a security group that does
3. New instances will launch without the self-managed node group security group, and prior instances will be terminated
4. Once the self-managed node group has cycled, the security group will be deleted
#### EKS Managed Node Groups
### EKS Managed Node Groups
EKS managed node groups on `v18.x` by default create a security group that does not specify any rules. In `v19.x`, this security group has been removed due to the predominant lack of usage (most users rely on the the shared node security group). While still using version `v18.x` of your module definition, remove this security group from your node groups by setting `create_security_group = false`.