Skip to content

Commit

Permalink
add mock value to support run-all destroy after keycloak has been des…
Browse files Browse the repository at this point in the history
…troyed
  • Loading branch information
morga471 committed Apr 22, 2025
1 parent 2e08564 commit a18b316
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit a18b316

Please sign in to comment.