Skip to content

Commit

Permalink
Merge pull request #15 from companieshouse/fix-var
Browse files Browse the repository at this point in the history
fix: change var value
  • Loading branch information
rhilgenbergbastos-ch authored Nov 29, 2024
2 parents b8041ca + 89ac446 commit 219ff8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/groups/ecs-service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module "ecs-service" {
# Docker container details
docker_registry = var.docker_registry
docker_repo = local.docker_repo
container_version = var.item_group_group_consumer_version
container_version = var.item_group_consumer_version
container_port = local.container_port

# Service configuration
Expand Down

0 comments on commit 219ff8d

Please sign in to comment.