automated terminal push
This commit is contained in:
@@ -410,8 +410,8 @@ resource "aws_ecs_service" "app" {
|
|||||||
depends_on = [aws_lb_listener.main]
|
depends_on = [aws_lb_listener.main]
|
||||||
|
|
||||||
# Blue/Green deployment configuration
|
# Blue/Green deployment configuration
|
||||||
maximum_percent = 200
|
deployment_maximum_percent = 200
|
||||||
minimum_healthy_percent = 50
|
deployment_minimum_healthy_percent = 50
|
||||||
|
|
||||||
deployment_circuit_breaker {
|
deployment_circuit_breaker {
|
||||||
enable = true
|
enable = true
|
||||||
|
|||||||
Reference in New Issue
Block a user