Skip to content

Commit

Permalink
boom
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 27, 2024
1 parent 1b9c4d0 commit dc8313c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/ecs-service/resources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ resource "aws_service_discovery_service" "this" {
}
}

force_destroy = true
lifecycle {
create_before_destroy = false
}
}

resource "aws_ecs_service" "this" {
Expand Down

0 comments on commit dc8313c

Please sign in to comment.