Skip to content

Commit c34dfdf

Browse files
committed
fix: Ignore changes to bootstrap_self_managed_addons to aid in upgrade
1 parent ac91f0a commit c34dfdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ resource "aws_eks_cluster" "this" {
196196

197197
lifecycle {
198198
ignore_changes = [
199-
access_config[0].bootstrap_cluster_creator_admin_permissions
199+
access_config[0].bootstrap_cluster_creator_admin_permissions,
200+
bootstrap_self_managed_addons,
200201
]
201202
}
202203
}

0 commit comments

Comments
 (0)