diff --git a/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-gogatekeeper/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-gogatekeeper/terragrunt.hcl index 9d5ac6b3..37f8e0b9 100644 --- a/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-gogatekeeper/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-gogatekeeper/terragrunt.hcl @@ -68,10 +68,8 @@ inputs = { keycloak_public_url = dependency.eks_keycloak.outputs.public_endpoint # Service Behind Gatekeeper Config - service_name = "test_gc" + service_name = "test-gc" redirection_url = dependency.eks_grafana.outputs.public_endpoint client_id = dependency.eks_keycloak.outputs.client_id client_secret = dependency.eks_keycloak.outputs.client_secret - # client_id = "client_id" - # client_secret = "client_secret" }