Skip to content

Commit

Permalink
fix service name regex violation
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 13, 2025
1 parent 908c0ad commit 9a391c5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 9a391c5

Please sign in to comment.