Skip to content

Commit b446173

Browse files
docs(hcp-vault-secrets): 1.0.32 final version for hcp-vault-secrets (#230)
## Description Updates README for final version of hcp-vault-secrets. Previous version was tagged and documented wrong <!-- Briefly describe what this PR does and why --> ## Type of Change - [ ] New module - [ ] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [X] Other ## Module Information <!-- Delete this section if not applicable --> **Path:** `registry/coder/modules/hcp-vault-secrets` **New version:** `v1.0.32` **Breaking change:** [ ] Yes [X] No
1 parent 13d1e16 commit b446173

File tree

1 file changed

+4
-4
lines changed
  • registry/coder/modules/hcp-vault-secrets

1 file changed

+4
-4
lines changed

registry/coder/modules/hcp-vault-secrets/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This module lets you fetch all or selective secrets from a [HCP Vault Secrets](h
2828
```tf
2929
module "vault" {
3030
source = "registry.coder.com/coder/hcp-vault-secrets/coder"
31-
version = "1.0.8"
31+
version = "1.0.32"
3232
agent_id = coder_agent.example.id
3333
app_name = "demo-app"
3434
project_id = "aaa-bbb-ccc"
@@ -54,7 +54,7 @@ To fetch all secrets from the HCP Vault Secrets app, skip the `secrets` input.
5454
```tf
5555
module "vault" {
5656
source = "registry.coder.com/coder/hcp-vault-secrets/coder"
57-
version = "1.0.8"
57+
version = "1.0.32"
5858
agent_id = coder_agent.example.id
5959
app_name = "demo-app"
6060
project_id = "aaa-bbb-ccc"
@@ -68,7 +68,7 @@ To fetch selective secrets from the HCP Vault Secrets app, set the `secrets` inp
6868
```tf
6969
module "vault" {
7070
source = "registry.coder.com/coder/hcp-vault-secrets/coder"
71-
version = "1.0.8"
71+
version = "1.0.32"
7272
agent_id = coder_agent.example.id
7373
app_name = "demo-app"
7474
project_id = "aaa-bbb-ccc"
@@ -83,7 +83,7 @@ Set `client_id` and `client_secret` as module inputs.
8383
```tf
8484
module "vault" {
8585
source = "registry.coder.com/coder/hcp-vault-secrets/coder"
86-
version = "1.0.8"
86+
version = "1.0.32"
8787
agent_id = coder_agent.example.id
8888
app_name = "demo-app"
8989
project_id = "aaa-bbb-ccc"

0 commit comments

Comments
 (0)