From e427ca948f0b3cbe7dffe938af91fd385ef554ac Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 10 Oct 2023 13:37:07 +0300 Subject: [PATCH] improve docs --- vault/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault/README.md b/vault/README.md index 5729442..92c26f6 100644 --- a/vault/README.md +++ b/vault/README.md @@ -11,7 +11,7 @@ tags: [helper, integration, vault] This module lets you authenticate with [Hashicorp Vault](https://www.vaultproject.io/) in your Coder workspaces. -> **Note:** This module does not cover setting up and configuring Vault. For that, see the [Vault documentation](https://www.vaultproject.io/docs). +> **Note:** This module does not cover setting up and configuring Vault auth methods. For that, see the [Vault documentation](https://developer.hashicorp.com/vault/docs/auth). ```hcl module "vault" {