From 09528e7321ba68e009f1d1c1d409dc18120dbe01 Mon Sep 17 00:00:00 2001 From: Basil Vandegriend Date: Thu, 12 Oct 2023 15:09:12 -0600 Subject: [PATCH] Fix tools env configuration. --- terraform/tools/terragrunt.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/tools/terragrunt.hcl b/terraform/tools/terragrunt.hcl index 1c9ffabe6..7861b88fc 100644 --- a/terraform/tools/terragrunt.hcl +++ b/terraform/tools/terragrunt.hcl @@ -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"