diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl index d49f026..94e674f 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl @@ -120,8 +120,7 @@ inputs = { gogatekeeper_tag = include.root.inputs.gatekeeper_tag gogatekeeper_chart_version = include.root.inputs.gatekeeper_chart_version namespace = include.root.inputs.namespaces["gatekeeper"] - discovery_url = dependency.eks_keycloak.outputs.discovery_url - keycloak_fqdn = dependency.eks_keycloak.outputs.user_auth_realm + discovery_url = dependency.eks_keycloak.outputs.user_auth_realm keycloak_public_url = dependency.eks_keycloak.outputs.public_endpoint keycloak_ns = dependency.eks_keycloak.outputs.namespace service_name = include.root.inputs.gatekeeper_service_name