Skip to content

Commit

Permalink
Fix tools env configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
basilv committed Oct 12, 2023
1 parent 70cf91e commit 09528e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/tools/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ generate "tools_tfvars" {
"https://oidcdebugggersecure-c6af30-dev.apps.gold.devops.gov.bc.ca/"
]
fam_logout_urls = [
"${local.common_vars.inputs.idp_logout_chain_dev_url}https://fam-tools.nrs.gov.bc.ca",
"${local.common_vars.inputs.idp_logout_chain_dev_url}http://localhost:5173"
"${local.common_vars.inputs.idp_logout_chain_tools_url}https://fam-tools.nrs.gov.bc.ca",
"${local.common_vars.inputs.idp_logout_chain_tools_url}http://localhost:5173"
]
fam_console_idp_name = "DEV-IDIR"
forest_client_api_base_url = "https://nr-forest-client-api-test.api.gov.bc.ca"
Expand Down

0 comments on commit 09528e7

Please sign in to comment.