Skip to content

Commit

Permalink
refactor: disable creation of task execution policy and security groups
Browse files Browse the repository at this point in the history
  • Loading branch information
saumitra-dev committed Jul 12, 2024
1 parent 2492bf8 commit 0ba2418
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ module "ecs_service" {
}
}

create_task_exec_policy = false
create_security_group = false

enable_autoscaling = false
autoscaling_policies = {}

Expand Down

0 comments on commit 0ba2418

Please sign in to comment.