automated terminal push
This commit is contained in:
@@ -411,13 +411,15 @@ resource "aws_ecs_service" "app" {
|
|||||||
|
|
||||||
# Blue/Green deployment configuration
|
# Blue/Green deployment configuration
|
||||||
deployment_configuration {
|
deployment_configuration {
|
||||||
|
maximum_percent = 200
|
||||||
|
minimum_healthy_percent = 50
|
||||||
|
}
|
||||||
|
|
||||||
deployment_circuit_breaker {
|
deployment_circuit_breaker {
|
||||||
enable = true
|
enable = true
|
||||||
rollback = true
|
rollback = true
|
||||||
}
|
}
|
||||||
maximum_percent = 200
|
|
||||||
minimum_healthy_percent = 50
|
|
||||||
}
|
|
||||||
|
|
||||||
enable_execute_command = true
|
enable_execute_command = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user