automated terminal push

This commit is contained in:
lenape
2025-08-06 04:42:15 +00:00
parent 64b967db54
commit 4bc59b5a34

View File

@@ -411,14 +411,16 @@ resource "aws_ecs_service" "app" {
# Blue/Green deployment configuration # Blue/Green deployment configuration
deployment_configuration { deployment_configuration {
deployment_circuit_breaker {
enable = true
rollback = true
}
maximum_percent = 200 maximum_percent = 200
minimum_healthy_percent = 50 minimum_healthy_percent = 50
} }
deployment_circuit_breaker {
enable = true
rollback = true
}
enable_execute_command = true enable_execute_command = true
tags = { tags = {