You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,13 +65,13 @@ variable "platform_version" {
65
65
variable"deployment_maximum_percent" {
66
66
description="(Optional) The upper limit (as a percentage of the service's desiredCount) of the number of running tasks that can be running in a service during a deployment."
67
67
type=number
68
-
default=100
68
+
default=200
69
69
}
70
70
71
71
variable"deployment_minimum_healthy_percent" {
72
72
description="(Optional) The lower limit (as a percentage of the service's desiredCount) of the number of running tasks that must remain running and healthy in a service during a deployment."
0 commit comments