update docs

pull/81/head
Muhammad Atif Ali 2 years ago
parent 36d21c0c4e
commit 01cad370fd
No known key found for this signature in database

@ -69,9 +69,9 @@ CODER_EXTERNAL_AUTH_0_SCOPES: "openid"
```hcl
module "vault" {
source = "https://registry.coder.com/modules/vault"
vault_addr = "https://vault.example.com"
vault_auth_id = "my-auth-id"
source = "https://registry.coder.com/modules/vault"
vault_addr = "https://vault.example.com"
auth_provider_id = "my-auth-id"
}
```
@ -79,8 +79,8 @@ module "vault" {
```hcl
module "vault" {
source = "https://registry.coder.com/modules/vault"
vault_addr = "https://vault.example.com"
source = "https://registry.coder.com/modules/vault"
vault_addr = "https://vault.example.com"
vault_cli_version = "1.15.0"
}
```

Loading…
Cancel
Save