File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
terraform/groups/ecs-service/profiles/staging-eu-west-2/staging Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ aws_profile = "staging-eu-west-2"
55desired_task_count = 8
66min_task_count = 8
77max_task_count = 48
8- enable_listener = true
8+ enable_listener = false
99use_ecs_cluster_default = true
1010use_fargate = false
1111
@@ -15,7 +15,7 @@ min_task_count_search = 32
1515max_task_count_search = 32
1616required_cpus_search = 768
1717required_memory_search = 1024
18- enable_listener_search = true
18+ enable_listener_search = false
1919use_ecs_cluster_search = true
2020use_fargate_search = false
2121
@@ -25,7 +25,7 @@ min_task_count_officers = 32
2525max_task_count_officers = 32
2626required_cpus_officers = 768
2727required_memory_officers = 1024
28- enable_listener_officers = true
28+ enable_listener_officers = false
2929use_ecs_cluster_officers = true
3030use_fargate_officers = false
3131
You can’t perform that action at this time.
0 commit comments