From a0c22572e59cc5753c01a7c34877b920111678e5 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 11 Mar 2025 22:55:14 -0400 Subject: [PATCH] fix service name regex violation --- .../vpc/platform-eng-eks-mcm/eks-gogatekeeper/terragrunt.hcl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 9d5ac6b..37f8e0b 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" }