bump version to v1.0.4 (#160)

This commit is contained in:
Muhammad Atif Ali
2024-02-16 18:50:30 +03:00
committed by GitHub
parent 8d8910c52a
commit 147bea9782
2 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ variable "vault_token" {
module "vault" {
source = "registry.coder.com/modules/vault-token/coder"
version = "1.0.3"
version = "1.0.4"
agent_id = coder_agent.example.id
vault_token = var.token
vault_addr = "https://vault.example.com"
@@ -74,7 +74,7 @@ variable "vault_token" {
module "vault" {
source = "registry.coder.com/modules/vault-token/coder"
version = "1.0.3"
version = "1.0.4"
agent_id = coder_agent.example.id
vault_addr = "https://vault.example.com"
vault_token = var.token