Skip to content

Commit

Permalink
create_service false for stand alone task
Browse files Browse the repository at this point in the history
Regression bug after #188
  • Loading branch information
CGarces authored Dec 13, 2024
1 parent a1049c0 commit 34a21f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/fargate/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ module "ecs_task_definition" {
# Service
name = "${local.name}-standalone"
cluster_arn = module.ecs_cluster.arn
create_service = false

# Task Definition
volume = {
Expand Down

0 comments on commit 34a21f4

Please sign in to comment.