From 01cad370fd00f6c451a11aed8c60a0ca0c1b3b9b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 11 Oct 2023 12:37:01 +0300 Subject: [PATCH] update docs --- vault/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vault/README.md b/vault/README.md index 10a44cd..6e3416b 100644 --- a/vault/README.md +++ b/vault/README.md @@ -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" } ```