Skip to content

Commit

Permalink
fix: Correct syntax for correctly ignoring `bootstrap_cluster_creator…
Browse files Browse the repository at this point in the history
…_admin_permissions` and not all of `access_config` (#3056)
  • Loading branch information
bryantbiggs authored Jun 4, 2024
1 parent a7ff103 commit 1e31929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ resource "aws_eks_cluster" "this" {

lifecycle {
ignore_changes = [
access_config["bootstrap_cluster_creator_admin_permissions"]
access_config[0].bootstrap_cluster_creator_admin_permissions
]
}
}
Expand Down

0 comments on commit 1e31929

Please sign in to comment.