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 committed Dec 13, 2024
1 parent a1049c0 commit d10c206
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/fargate/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,9 @@ module "ecs_task_definition" {
source = "../../modules/service"

# Service
name = "${local.name}-standalone"
cluster_arn = module.ecs_cluster.arn
name = "${local.name}-standalone"
cluster_arn = module.ecs_cluster.arn
create_service = false

# Task Definition
volume = {
Expand Down

0 comments on commit d10c206

Please sign in to comment.