We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1287117 commit f41d470Copy full SHA for f41d470
registry/coder/modules/vault-token/README.md
@@ -21,7 +21,7 @@ variable "vault_token" {
21
22
module "vault" {
23
source = "registry.coder.com/coder/vault-token/coder"
24
- version = "1.1.0"
+ version = "1.1.1"
25
agent_id = coder_agent.example.id
26
vault_token = var.token # optional
27
vault_addr = "https://vault.example.com"
@@ -75,7 +75,7 @@ variable "vault_token" {
75
76
77
78
79
80
81
vault_token = var.token
0 commit comments