Skip to content

Commit 0ba2418

Browse files
committed
refactor: disable creation of task execution policy and security groups
1 parent 2492bf8 commit 0ba2418

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ module "ecs_service" {
4646
}
4747
}
4848

49+
create_task_exec_policy = false
50+
create_security_group = false
51+
4952
enable_autoscaling = false
5053
autoscaling_policies = {}
5154

0 commit comments

Comments
 (0)