Skip to content

Commit

Permalink
fix: Remove modified_at from ignored changes on EKS addons (#2114)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs authored Jun 19, 2022
1 parent ad6b2e2 commit 5a5a32e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,6 @@ resource "aws_eks_addon" "this" {
resolve_conflicts = lookup(each.value, "resolve_conflicts", null)
service_account_role_arn = lookup(each.value, "service_account_role_arn", null)

lifecycle {
ignore_changes = [
modified_at
]
}

depends_on = [
module.fargate_profile,
module.eks_managed_node_group,
Expand Down

0 comments on commit 5a5a32e

Please sign in to comment.