diff --git a/infrastructure/services/main.tf b/infrastructure/services/main.tf index 134cef7..83e0cb7 100644 --- a/infrastructure/services/main.tf +++ b/infrastructure/services/main.tf @@ -411,14 +411,16 @@ resource "aws_ecs_service" "app" { # Blue/Green deployment configuration deployment_configuration { - deployment_circuit_breaker { - enable = true - rollback = true - } maximum_percent = 200 minimum_healthy_percent = 50 + } + + deployment_circuit_breaker { + enable = true + rollback = true } + enable_execute_command = true tags = {