Skip to content

Commit

Permalink
use placeholder for route53
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Sep 27, 2024
1 parent 20da12c commit 070c2dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ resource "aws_ecs_task_definition" "wfprev_client" {
name = "WEBADE-OAUTH2_CHECK_TOKEN_V2_URL"
value = var.WEBADE-OAUTH2_CHECK_TOKEN_URL
},
# { //Will be phased out from prod eventually, but not yet
# name = "WFPREV_API_URL",
# value = var.target_env == "prod" ? "https://${var.gov_api_url}/" : "https://${aws_route53_record.wfprev_nginx.name}/"
# },
{ //Will be phased out from prod eventually, but not yet "https://${aws_route53_record.wfprev_nginx.name}/"
name = "WFPREV_API_URL",
value = var.target_env == "prod" ? "https://${var.gov_api_url}/" : "https://example.com/"
},
{
name = "APPLICATION_ENVIRONMENT",
value = var.target_env != "prod" ? var.target_env : " "
Expand Down

0 comments on commit 070c2dd

Please sign in to comment.