We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe865e commit 6124a08Copy full SHA for 6124a08
main.tf
@@ -124,7 +124,7 @@ resource "aws_ec2_tag" "cluster_primary_security_group" {
124
# Ref: https://github.com/terraform-aws-modules/terraform-aws-eks/pull/2006
125
# Ref: https://github.com/terraform-aws-modules/terraform-aws-eks/pull/2008
126
for_each = { for k, v in merge(var.tags, var.cluster_tags) :
127
- k => v if local.create && k != "Name" && var.create_cluster_primary_security_group_tags && v != null
+ k => v if local.create && k != "Name" && var.create_cluster_primary_security_group_tags
128
}
129
130
resource_id = aws_eks_cluster.this[0].vpc_config[0].cluster_security_group_id
0 commit comments