Skip to content

Commit 1e31929

Browse files
authored
fix: Correct syntax for correctly ignoring bootstrap_cluster_creator_admin_permissions and not all of access_config (#3056)
1 parent a7ff103 commit 1e31929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ resource "aws_eks_cluster" "this" {
105105

106106
lifecycle {
107107
ignore_changes = [
108-
access_config["bootstrap_cluster_creator_admin_permissions"]
108+
access_config[0].bootstrap_cluster_creator_admin_permissions
109109
]
110110
}
111111
}

0 commit comments

Comments
 (0)