This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree 3 files changed +10
-10
lines changed
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
15
15
``` tf
16
16
module "vault" {
17
17
source = "registry.coder.com/modules/hcp-vault-secrets/coder"
18
- version = "1.0.3 "
18
+ version = "1.0.7 "
19
19
agent_id = coder_agent.example.id
20
20
app_name = "demo-app"
21
21
project_id = "aaa-bbb-ccc"
@@ -41,7 +41,7 @@ To fetch all secrets from the HCP Vault Secrets app, skip the `secrets` input.
41
41
``` tf
42
42
module "vault" {
43
43
source = "registry.coder.com/modules/hcp-vault-secrets/coder"
44
- version = "1.0.3 "
44
+ version = "1.0.7 "
45
45
agent_id = coder_agent.example.id
46
46
app_name = "demo-app"
47
47
project_id = "aaa-bbb-ccc"
@@ -55,7 +55,7 @@ To fetch selective secrets from the HCP Vault Secrets app, set the `secrets` inp
55
55
``` tf
56
56
module "vault" {
57
57
source = "registry.coder.com/modules/hcp-vault-secrets/coder"
58
- version = "1.0.3 "
58
+ version = "1.0.7 "
59
59
agent_id = coder_agent.example.id
60
60
app_name = "demo-app"
61
61
project_id = "aaa-bbb-ccc"
@@ -70,7 +70,7 @@ Set `client_id` and `client_secret` as module inputs.
70
70
``` tf
71
71
module "vault" {
72
72
source = "registry.coder.com/modules/hcp-vault-secrets/coder"
73
- version = "1.0.3 "
73
+ version = "1.0.7 "
74
74
agent_id = coder_agent.example.id
75
75
app_name = "demo-app"
76
76
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
15
15
``` tf
16
16
module "vault" {
17
17
source = "registry.coder.com/modules/vault-github/coder"
18
- version = "1.0.4 "
18
+ version = "1.0.7 "
19
19
agent_id = coder_agent.example.id
20
20
vault_addr = "https://vault.example.com"
21
21
}
@@ -46,7 +46,7 @@ To configure the Vault module, you must set up a Vault GitHub auth method. See t
46
46
``` tf
47
47
module "vault" {
48
48
source = "registry.coder.com/modules/vault-github/coder"
49
- version = "1.0.4 "
49
+ version = "1.0.7 "
50
50
agent_id = coder_agent.example.id
51
51
vault_addr = "https://vault.example.com"
52
52
coder_github_auth_id = "my-github-auth-id"
@@ -58,7 +58,7 @@ module "vault" {
58
58
``` tf
59
59
module "vault" {
60
60
source = "registry.coder.com/modules/vault-github/coder"
61
- version = "1.0.4 "
61
+ version = "1.0.7 "
62
62
agent_id = coder_agent.example.id
63
63
vault_addr = "https://vault.example.com"
64
64
coder_github_auth_id = "my-github-auth-id"
@@ -71,7 +71,7 @@ module "vault" {
71
71
``` tf
72
72
module "vault" {
73
73
source = "registry.coder.com/modules/vault-github/coder"
74
- version = "1.0.4 "
74
+ version = "1.0.7 "
75
75
agent_id = coder_agent.example.id
76
76
vault_addr = "https://vault.example.com"
77
77
vault_cli_version = "1.15.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ variable "vault_token" {
21
21
22
22
module "vault" {
23
23
source = "registry.coder.com/modules/vault-token/coder"
24
- version = "1.0.4 "
24
+ version = "1.0.7 "
25
25
agent_id = coder_agent.example.id
26
26
vault_token = var.token
27
27
vault_addr = "https://vault.example.com"
@@ -74,7 +74,7 @@ variable "vault_token" {
74
74
75
75
module "vault" {
76
76
source = "registry.coder.com/modules/vault-token/coder"
77
- version = "1.0.4 "
77
+ version = "1.0.7 "
78
78
agent_id = coder_agent.example.id
79
79
vault_addr = "https://vault.example.com"
80
80
vault_token = var.token
You can’t perform that action at this time.
0 commit comments