Skip to content

Commit b623035

Browse files
committed
Update vault-token module version and CLI version
- Bumped module version from 1.0.7 to 1.1.0. - Updated vault CLI version from 1.15.0 to 1.19.0. - Removed unnecessary newline in vault_token variable.
1 parent 2b6aa55 commit b623035

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

registry/coder/modules/vault-token/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ variable "vault_token" {
2121
2222
module "vault" {
2323
source = "registry.coder.com/coder/vault-token/coder"
24-
version = "1.0.7"
24+
version = "1.1.0"
2525
agent_id = coder_agent.example.id
2626
vault_token = var.token # optional
2727
vault_addr = "https://vault.example.com"
@@ -74,10 +74,10 @@ variable "vault_token" {
7474
7575
module "vault" {
7676
source = "registry.coder.com/coder/vault-token/coder"
77-
version = "1.0.7"
77+
version = "1.1.0"
7878
agent_id = coder_agent.example.id
7979
vault_addr = "https://vault.example.com"
8080
vault_token = var.token
81-
vault_cli_version = "1.15.0"
81+
vault_cli_version = "1.19.0"
8282
}
8383
```

registry/coder/modules/vault-token/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ variable "vault_token" {
2525
description = "The Vault token to use for authentication."
2626
sensitive = true
2727
default = null
28-
2928
}
3029

3130
variable "vault_cli_version" {

0 commit comments

Comments
 (0)