Update README.md

pull/112/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent 0a62a12f4b
commit a7006d0eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save