diff --git a/infrastructure/services/main.tf b/infrastructure/services/main.tf index 9d27979..d801d05 100644 --- a/infrastructure/services/main.tf +++ b/infrastructure/services/main.tf @@ -410,8 +410,8 @@ resource "aws_ecs_service" "app" { depends_on = [aws_lb_listener.main] # Blue/Green deployment configuration - maximum_percent = 200 - minimum_healthy_percent = 50 + deployment_maximum_percent = 200 + deployment_minimum_healthy_percent = 50 deployment_circuit_breaker { enable = true