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 1bfc10a commit 53ebe9dCopy full SHA for 53ebe9d
main.tf
@@ -194,7 +194,7 @@ resource "aws_ec2_tag" "cluster_primary_security_group" {
194
k => v if local.create && k != "Name" && var.create_cluster_primary_security_group_tags
195
}
196
197
- resource_id = aws_eks_cluster.this[0].vpc_config[0].cluster_security_group_id
+ resource_id = local.cluster_security_group_id
198
key = each.key
199
value = each.value
200
0 commit comments