From 111290f9a2deb58ff3077303c29de45eb9566477 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 11 Oct 2023 12:49:46 +0300 Subject: [PATCH] fix docs --- vault/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vault/README.md b/vault/README.md index 6e3416b..5fbf050 100644 --- a/vault/README.md +++ b/vault/README.md @@ -15,7 +15,8 @@ This module lets you authenticate with [Hashicorp Vault](https://www.vaultprojec ```hcl module "vault" { - source = "https://registry.coder.com/modules/vault" + source = "https://registry.coder.com/modules/vault" + agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" } ``` @@ -70,6 +71,7 @@ CODER_EXTERNAL_AUTH_0_SCOPES: "openid" ```hcl module "vault" { source = "https://registry.coder.com/modules/vault" + agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" auth_provider_id = "my-auth-id" } @@ -80,6 +82,7 @@ module "vault" { ```hcl module "vault" { source = "https://registry.coder.com/modules/vault" + agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" vault_cli_version = "1.15.0" }