Skip to content

Commit

Permalink
Use passed value for maps base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhpalp committed Apr 23, 2024
1 parent 0f33b68 commit 18fcd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ resource "aws_ecs_task_definition" "wfnews_client" {
},
{
name = "OPENMAPS_BASE_URL",
value = "https://${aws_route53_record.wfnews_openmaps_cache.name}"
value = var.openmapsBaseUrl
},
{
name = "SERVICES6_BASE_URL",
Expand Down

0 comments on commit 18fcd8a

Please sign in to comment.