From c2faee5a5666c0e330c33f0ae2b33b8f1255e720 Mon Sep 17 00:00:00 2001 From: lenape Date: Wed, 6 Aug 2025 04:48:22 +0000 Subject: [PATCH] automated terminal push --- infrastructure/services/main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/infrastructure/services/main.tf b/infrastructure/services/main.tf index 83e0cb7..9d27979 100644 --- a/infrastructure/services/main.tf +++ b/infrastructure/services/main.tf @@ -410,10 +410,8 @@ resource "aws_ecs_service" "app" { depends_on = [aws_lb_listener.main] # Blue/Green deployment configuration - deployment_configuration { maximum_percent = 200 minimum_healthy_percent = 50 - } deployment_circuit_breaker { enable = true