diff --git a/components/terraform/aws/ecs-service/main.tf b/components/terraform/aws/ecs-service/main.tf index 945cf339..5a529e68 100644 --- a/components/terraform/aws/ecs-service/main.tf +++ b/components/terraform/aws/ecs-service/main.tf @@ -79,7 +79,7 @@ module "container_definition" { module "ecs_alb_service_task" { source = "cloudposse/ecs-alb-service-task/aws" - version = "0.74.0" + version = "0.75.0" count = var.enabled ? 1 : 0