From a7006d0eb05612736b2d19661953effb79834e1a Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 16 Dec 2023 17:20:19 +0300 Subject: [PATCH] Update README.md --- vault-github/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/vault-github/README.md b/vault-github/README.md index d515d01..76550cf 100644 --- a/vault-github/README.md +++ b/vault-github/README.md @@ -17,16 +17,6 @@ module "vault" { agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" } - -# A workaround until we have https://github.com/coder/terraform-provider-coder/issues/170 -resource "coder_agent" "example" { - ... - env = { - VAULT_ADDR = "https://vault.example.com" - } - ... -} - ``` Then you can use the Vault CLI in your workspaces to fetch secrets from Vault: