File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This module lets you fetch all or selective secrets from a [HCP Vault Secrets](h
1515``` tf
1616module "vault" {
1717 source = "registry.coder.com/modules/hcp-vault-secrets/coder"
18- version = "1.0.3 "
18+ version = "1.0.7 "
1919 agent_id = coder_agent.example.id
2020 app_name = "demo-app"
2121 project_id = "aaa-bbb-ccc"
@@ -41,7 +41,7 @@ To fetch all secrets from the HCP Vault Secrets app, skip the `secrets` input.
4141``` tf
4242module "vault" {
4343 source = "registry.coder.com/modules/hcp-vault-secrets/coder"
44- version = "1.0.3 "
44+ version = "1.0.7 "
4545 agent_id = coder_agent.example.id
4646 app_name = "demo-app"
4747 project_id = "aaa-bbb-ccc"
@@ -55,7 +55,7 @@ To fetch selective secrets from the HCP Vault Secrets app, set the `secrets` inp
5555``` tf
5656module "vault" {
5757 source = "registry.coder.com/modules/hcp-vault-secrets/coder"
58- version = "1.0.3 "
58+ version = "1.0.7 "
5959 agent_id = coder_agent.example.id
6060 app_name = "demo-app"
6161 project_id = "aaa-bbb-ccc"
@@ -70,7 +70,7 @@ Set `client_id` and `client_secret` as module inputs.
7070``` tf
7171module "vault" {
7272 source = "registry.coder.com/modules/hcp-vault-secrets/coder"
73- version = "1.0.3 "
73+ version = "1.0.7 "
7474 agent_id = coder_agent.example.id
7575 app_name = "demo-app"
7676 project_id = "aaa-bbb-ccc"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This module lets you authenticate with [Hashicorp Vault](https://www.vaultprojec
1515``` tf
1616module "vault" {
1717 source = "registry.coder.com/modules/vault-github/coder"
18- version = "1.0.4 "
18+ version = "1.0.7 "
1919 agent_id = coder_agent.example.id
2020 vault_addr = "https://vault.example.com"
2121}
@@ -46,7 +46,7 @@ To configure the Vault module, you must set up a Vault GitHub auth method. See t
4646``` tf
4747module "vault" {
4848 source = "registry.coder.com/modules/vault-github/coder"
49- version = "1.0.4 "
49+ version = "1.0.7 "
5050 agent_id = coder_agent.example.id
5151 vault_addr = "https://vault.example.com"
5252 coder_github_auth_id = "my-github-auth-id"
@@ -58,7 +58,7 @@ module "vault" {
5858``` tf
5959module "vault" {
6060 source = "registry.coder.com/modules/vault-github/coder"
61- version = "1.0.4 "
61+ version = "1.0.7 "
6262 agent_id = coder_agent.example.id
6363 vault_addr = "https://vault.example.com"
6464 coder_github_auth_id = "my-github-auth-id"
@@ -71,7 +71,7 @@ module "vault" {
7171``` tf
7272module "vault" {
7373 source = "registry.coder.com/modules/vault-github/coder"
74- version = "1.0.4 "
74+ version = "1.0.7 "
7575 agent_id = coder_agent.example.id
7676 vault_addr = "https://vault.example.com"
7777 vault_cli_version = "1.15.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ variable "vault_token" {
2121
2222module "vault" {
2323 source = "registry.coder.com/modules/vault-token/coder"
24- version = "1.0.4 "
24+ version = "1.0.7 "
2525 agent_id = coder_agent.example.id
2626 vault_token = var.token
2727 vault_addr = "https://vault.example.com"
@@ -74,7 +74,7 @@ variable "vault_token" {
7474
7575module "vault" {
7676 source = "registry.coder.com/modules/vault-token/coder"
77- version = "1.0.4 "
77+ version = "1.0.7 "
7878 agent_id = coder_agent.example.id
7979 vault_addr = "https://vault.example.com"
8080 vault_token = var.token
You can’t perform that action at this time.
0 commit comments