Skip to content

Commit

Permalink
Update ecs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Mar 13, 2024
1 parent 000878d commit 4e1745e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "ecs_policies" {

module "ecs_service" {
source = "git::https://github.com/ministryofjustice/modernisation-platform-terraform-ecs-cluster//service?ref=45dd510c4f6a8e500f3e7c2ef7b7e9c30450d76a"
container_definitions = module.container_definition.json_encoded
container_definitions = module.container_definition.json_encoded_list
cluster_arn = var.ecs_cluster_arn
name = var.name

Expand Down

0 comments on commit 4e1745e

Please sign in to comment.