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 aa257e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**/.terraform.lock.hcl
**/terraform.tfstate
*/**/terraform.tfstate.backup
.plugin-cache/*

.vscode
.DS_Store
deprecated-*
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ validate: ## terraform validate
echo "====> $$dir"; \
terraform -chdir=$$dir init -backend=false || exit 1; \
terraform -chdir=$$dir validate || exit 1; \
done
done
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 aa257e6

Please sign in to comment.