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

@@ -125,7 +125,6 @@ module "eks" {
# EKS Managed Node Group(s)
eks_managed_node_group_defaults = {
ami_type = "AL2_x86_64"
disk_size = 50
instance_types = ["m6i.large", "m5.large", "m5n.large", "m5zn.large"]
attach_cluster_primary_security_group = true