Skip to content

Commit 8a2ade2

Browse files
committed
fix
1 parent aff8018 commit 8a2ade2

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/applications/clamav

1 file changed

+1
-1
lines changed

infrastructure/applications/clamav/task.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ resource "aws_ecs_service" "clamav" {
6969
name = "clamav"
7070
cluster = var.cluster_id
7171
task_definition = aws_ecs_task_definition.clamav.arn
72-
desired_count = var.local.is_prod ? 1 : 0
72+
desired_count = local.is_prod ? 1 : 0
7373
deployment_minimum_healthy_percent = 0
7474
deployment_maximum_percent = 100
7575
}

0 commit comments

Comments
 (0)