fix: Add conditional variable to allow users to opt out of tagging cluster primary security group (#2034)

This commit is contained in:
Bryant Biggs
2022-04-21 11:34:58 -04:00
committed by GitHub
parent 5815d17cd2
commit 51e418216f
7 changed files with 12 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ module "eks" {
}
self_managed_node_group_defaults = {
disk_size = 50
create_security_group = false
}
self_managed_node_groups = {
@@ -216,7 +216,6 @@ module "eks" {
echo "you are free little kubelet!"
EOT
disk_size = 256
instance_type = "m6i.large"
launch_template_name = "self-managed-ex"