Skip to content

Commit 8539945

Browse files
author
Sumit
committed
FIX: ignore lifecycle
1 parent f616c87 commit 8539945

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ provider "aws" {
88

99
resource "aws_ecs_service" "main" {
1010
lifecycle {
11-
create_before_destroy = true
1211
ignore_changes = ["desired_count"]
1312
}
1413

0 commit comments

Comments
 (0)