Skip to content

Commit e9715cf

Browse files
authored
Merge branch 'master' into add-configure-at-launch
2 parents 54bdf4b + 803cd3b commit e9715cf

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)