Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 147bea9

Browse files
authored
bump version to v1.0.4 (#160)
1 parent 8d8910c commit 147bea9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

vault-github/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This module lets you authenticate with [Hashicorp Vault](https://www.vaultprojec
1515
```tf
1616
module "vault" {
1717
source = "registry.coder.com/modules/vault-github/coder"
18-
version = "1.0.3"
18+
version = "1.0.4"
1919
agent_id = coder_agent.example.id
2020
vault_addr = "https://vault.example.com"
2121
}
@@ -46,7 +46,7 @@ To configure the Vault module, you must set up a Vault GitHub auth method. See t
4646
```tf
4747
module "vault" {
4848
source = "registry.coder.com/modules/vault-github/coder"
49-
version = "1.0.3"
49+
version = "1.0.4"
5050
agent_id = coder_agent.example.id
5151
vault_addr = "https://vault.example.com"
5252
coder_github_auth_id = "my-github-auth-id"
@@ -58,7 +58,7 @@ module "vault" {
5858
```tf
5959
module "vault" {
6060
source = "registry.coder.com/modules/vault-github/coder"
61-
version = "1.0.3"
61+
version = "1.0.4"
6262
agent_id = coder_agent.example.id
6363
vault_addr = "https://vault.example.com"
6464
coder_github_auth_id = "my-github-auth-id"
@@ -71,7 +71,7 @@ module "vault" {
7171
```tf
7272
module "vault" {
7373
source = "registry.coder.com/modules/vault-github/coder"
74-
version = "1.0.3"
74+
version = "1.0.4"
7575
agent_id = coder_agent.example.id
7676
vault_addr = "https://vault.example.com"
7777
vault_cli_version = "1.15.0"

vault-token/README.md

Lines changed: 2 additions & 2 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/modules/vault-token/coder"
24-
version = "1.0.3"
24+
version = "1.0.4"
2525
agent_id = coder_agent.example.id
2626
vault_token = var.token
2727
vault_addr = "https://vault.example.com"
@@ -74,7 +74,7 @@ variable "vault_token" {
7474
7575
module "vault" {
7676
source = "registry.coder.com/modules/vault-token/coder"
77-
version = "1.0.3"
77+
version = "1.0.4"
7878
agent_id = coder_agent.example.id
7979
vault_addr = "https://vault.example.com"
8080
vault_token = var.token

0 commit comments

Comments
 (0)