Skip to content

Commit 803cd3b

Browse files
authored
docs: Create_service false for stand alone task on Fargate Sample (#249)
1 parent a1049c0 commit 803cd3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/fargate/main.tf

+3-2
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)