From 147bea9782958798a15cdae273ceb35599869c93 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 16 Feb 2024 18:50:30 +0300 Subject: [PATCH] bump version to v1.0.4 (#160) --- vault-github/README.md | 8 ++++---- vault-token/README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vault-github/README.md b/vault-github/README.md index 6919d8a..190a4a7 100644 --- a/vault-github/README.md +++ b/vault-github/README.md @@ -15,7 +15,7 @@ This module lets you authenticate with [Hashicorp Vault](https://www.vaultprojec ```tf module "vault" { source = "registry.coder.com/modules/vault-github/coder" - version = "1.0.3" + version = "1.0.4" agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" } @@ -46,7 +46,7 @@ To configure the Vault module, you must set up a Vault GitHub auth method. See t ```tf module "vault" { source = "registry.coder.com/modules/vault-github/coder" - version = "1.0.3" + version = "1.0.4" agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" coder_github_auth_id = "my-github-auth-id" @@ -58,7 +58,7 @@ module "vault" { ```tf module "vault" { source = "registry.coder.com/modules/vault-github/coder" - version = "1.0.3" + version = "1.0.4" agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" coder_github_auth_id = "my-github-auth-id" @@ -71,7 +71,7 @@ module "vault" { ```tf module "vault" { source = "registry.coder.com/modules/vault-github/coder" - version = "1.0.3" + version = "1.0.4" agent_id = coder_agent.example.id vault_addr = "https://vault.example.com" vault_cli_version = "1.15.0" diff --git a/vault-token/README.md b/vault-token/README.md index 6c406c4..32f5185 100644 --- a/vault-token/README.md +++ b/vault-token/README.md @@ -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