mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 09:29:06 +01:00
fix: Add conditional variable to allow users to opt out of tagging cluster primary security group (#2034)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user