Skip to content

Commit 88bd8f7

Browse files
committed
What if ..
1 parent 6949f1c commit 88bd8f7

File tree

1 file changed

+3
-3
lines changed
  • operations/deployment/terraform/modules/aws/ecs

1 file changed

+3
-3
lines changed

operations/deployment/terraform/modules/aws/ecs/aws_ecs.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ resource "aws_ecs_task_definition" "aws_ecs_task_ignore_definition" {
9696
]
9797
}
9898
]))
99-
lifecycle {
100-
ignore_changes = [container_definitions]
101-
}
99+
#lifecycle {
100+
# ignore_changes = [container_definitions]
101+
#}
102102
}
103103

104104
locals {

0 commit comments

Comments
 (0)