Skip to content

Commit

Permalink
Merge branch 'master' into add-configure-at-launch
Browse files Browse the repository at this point in the history
  • Loading branch information
bvalerius authored Dec 16, 2024
2 parents 54bdf4b + 803cd3b commit e9715cf
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 e9715cf

Please sign in to comment.