We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31864d8 commit 87aedabCopy full SHA for 87aedab
modules/ecs/main.tf
@@ -28,6 +28,7 @@ resource "aws_ecs_service" "server" {
28
29
deployment_minimum_healthy_percent = 100
30
deployment_maximum_percent = 200
31
+ wait_for_steady_state = true
32
33
capacity_provider_strategy {
34
base = 1
@@ -63,6 +64,7 @@ resource "aws_ecs_service" "drain" {
63
64
65
66
67
68
69
70
@@ -86,6 +88,7 @@ resource "aws_ecs_service" "scheduler" {
86
88
87
89
90
91
92
93
94
0 commit comments