Skip to content

Commit 8569746

Browse files
bryantbiggsspr-mweber3
authored andcommitted
fix: Remove modified_at from ignored changes on EKS addons (terraform-aws-modules#2114)
1 parent fd47507 commit 8569746

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

main.tf

-6
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,6 @@ resource "aws_eks_addon" "this" {
312312
resolve_conflicts = lookup(each.value, "resolve_conflicts", null)
313313
service_account_role_arn = lookup(each.value, "service_account_role_arn", null)
314314

315-
lifecycle {
316-
ignore_changes = [
317-
modified_at
318-
]
319-
}
320-
321315
depends_on = [
322316
module.fargate_profile,
323317
module.eks_managed_node_group,

0 commit comments

Comments
 (0)