From b272f1c24e948439dfc37ebbdd1307df65658a49 Mon Sep 17 00:00:00 2001 From: lenape Date: Wed, 6 Aug 2025 04:54:40 +0000 Subject: [PATCH] automated terminal push --- infrastructure/services/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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