File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
registry/coder/modules/hcp-vault-secrets Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This module lets you fetch all or selective secrets from a [HCP Vault Secrets](h
2828``` tf
2929module "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
5555module "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
6969module "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
8484module "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"
You can’t perform that action at this time.
0 commit comments