Skip to content

Commit d10c206

Browse files
committed
create_service false for stand alone task
Regression bug after #188
1 parent a1049c0 commit d10c206

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/fargate/main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,9 @@ module "ecs_task_definition" {
185185
source = "../../modules/service"
186186

187187
# Service
188-
name = "${local.name}-standalone"
189-
cluster_arn = module.ecs_cluster.arn
188+
name = "${local.name}-standalone"
189+
cluster_arn = module.ecs_cluster.arn
190+
create_service = false
190191

191192
# Task Definition
192193
volume = {

0 commit comments

Comments
 (0)