chore(vault-github): Add partner github and tests (#142)

This commit is contained in:
Muhammad Atif Ali
2024-02-13 12:18:23 +03:00
committed by GitHub
parent ac54966f5e
commit 7e897a51e6
4 changed files with 18 additions and 10 deletions

View File

@@ -49,7 +49,6 @@ resource "coder_script" "vault" {
display_name = "Vault (GitHub)"
icon = "/icon/vault.svg"
script = templatefile("${path.module}/run.sh", {
VAULT_ADDR : var.vault_addr,
AUTH_PATH : var.vault_github_auth_path,
GITHUB_EXTERNAL_AUTH_ID : data.coder_external_auth.github.id,
INSTALL_VERSION : var.vault_cli_version,