Skip to content

Commit

Permalink
fix(k3d-github): fix typo in oidc client module call
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoSuessgott committed Apr 26, 2024
1 parent d5cd6e6 commit aa130b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k3d-github/terraform/vault/oidc-clients.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module "gitlab" {
redirect_uris = [
"https://gitlab.<DOMAIN_NAME>/users/auth/openid_connect/callback",
]
secret_mount_path = vault_mount.secret.pat
secret_mount_path = vault_mount.secret.path
}

module "console" {
Expand Down

0 comments on commit aa130b0

Please sign in to comment.