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