From 26c2dffa91f28a891feaa90d417ff428f5342e4e Mon Sep 17 00:00:00 2001 From: Kentaro Sumi <48937821+Ken-Sumi1019@users.noreply.github.com> Date: Sat, 28 Jan 2023 21:51:59 +0900 Subject: [PATCH] docs: Align level of headlines (#2421) Co-authored-by: Bryant Biggs --- docs/UPGRADE-19.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UPGRADE-19.0.md b/docs/UPGRADE-19.0.md index 4bef119..a353ed5 100644 --- a/docs/UPGRADE-19.0.md +++ b/docs/UPGRADE-19.0.md @@ -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`.