We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
modified_at
1 parent ad6b2e2 commit 5a5a32eCopy full SHA for 5a5a32e
1 file changed
main.tf
@@ -312,12 +312,6 @@ resource "aws_eks_addon" "this" {
312
resolve_conflicts = lookup(each.value, "resolve_conflicts", null)
313
service_account_role_arn = lookup(each.value, "service_account_role_arn", null)
314
315
- lifecycle {
316
- ignore_changes = [
317
- modified_at
318
- ]
319
- }
320
-
321
depends_on = [
322
module.fargate_profile,
323
module.eks_managed_node_group,
0 commit comments