diff --git a/registry/coder/modules/hcp-vault-secrets/README.md b/registry/coder/modules/hcp-vault-secrets/README.md index a9ec48998..d30a95cc6 100644 --- a/registry/coder/modules/hcp-vault-secrets/README.md +++ b/registry/coder/modules/hcp-vault-secrets/README.md @@ -28,7 +28,7 @@ This module lets you fetch all or selective secrets from a [HCP Vault Secrets](h ```tf module "vault" { source = "registry.coder.com/coder/hcp-vault-secrets/coder" - version = "1.0.8" + version = "1.0.32" agent_id = coder_agent.example.id app_name = "demo-app" project_id = "aaa-bbb-ccc" @@ -54,7 +54,7 @@ To fetch all secrets from the HCP Vault Secrets app, skip the `secrets` input. ```tf module "vault" { source = "registry.coder.com/coder/hcp-vault-secrets/coder" - version = "1.0.8" + version = "1.0.32" agent_id = coder_agent.example.id app_name = "demo-app" project_id = "aaa-bbb-ccc" @@ -68,7 +68,7 @@ To fetch selective secrets from the HCP Vault Secrets app, set the `secrets` inp ```tf module "vault" { source = "registry.coder.com/coder/hcp-vault-secrets/coder" - version = "1.0.8" + version = "1.0.32" agent_id = coder_agent.example.id app_name = "demo-app" project_id = "aaa-bbb-ccc" @@ -83,7 +83,7 @@ Set `client_id` and `client_secret` as module inputs. ```tf module "vault" { source = "registry.coder.com/coder/hcp-vault-secrets/coder" - version = "1.0.8" + version = "1.0.32" agent_id = coder_agent.example.id app_name = "demo-app" project_id = "aaa-bbb-ccc"