Skip to content

Commit

Permalink
One more time with gusto
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouse committed Sep 21, 2021
1 parent cc78c74 commit e9a9ea4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ module "service_task" {
task_memory = var.task_memory
task_cpu = var.task_cpu
vpc_id = data.terraform_remote_state.vpc.outputs.vpc_id
ignore_changes_task_definition = false
ignore_changes_desired_count = true
enable_all_egress_rule = false
wait_for_steady_state = true

capacity_provider_strategies = [
{
Expand Down

0 comments on commit e9a9ea4

Please sign in to comment.