From a18b3166188c9b7520f3c358e47a4fb06b46036a Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 21 Apr 2025 20:40:54 -0400 Subject: [PATCH] add mock value to support run-all destroy after keycloak has been destroyed --- .../vpc/csvd-platform-lab-mcm/eks-gatekeeper/terragrunt.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 94e674f..a003842 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 @@ -71,10 +71,11 @@ dependency "eks_keycloak" { config_path = "../eks-keycloak" mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"] mock_outputs = { - user_auth_realm = "mock.keycloak.example.com/auth" client_id = "mock-client-id" client_secret = "mock-client-secret" namespace = "keycloak" + public_endpoint = "https://mock.mock.svc.cluster.local:80/" + user_auth_realm = "mock.keycloak.example.com/auth" user_secret = "user-sso" } }