We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff8018 commit 8a2ade2Copy full SHA for 8a2ade2
infrastructure/applications/clamav/task.tf
@@ -69,7 +69,7 @@ resource "aws_ecs_service" "clamav" {
69
name = "clamav"
70
cluster = var.cluster_id
71
task_definition = aws_ecs_task_definition.clamav.arn
72
- desired_count = var.local.is_prod ? 1 : 0
+ desired_count = local.is_prod ? 1 : 0
73
deployment_minimum_healthy_percent = 0
74
deployment_maximum_percent = 100
75
}
0 commit comments