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

Commit 451f58e

Browse files
Update vault-jwt/README.md
Co-authored-by: M Atif Ali <[email protected]>
1 parent bd2fcf6 commit 451f58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vault-jwt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This module lets you authenticate with [Hashicorp Vault](https://www.vaultprojec
1616
module "vault" {
1717
count = data.coder_workspace.me.start_count
1818
source = "registry.coder.com/modules/vault-jwt/coder"
19-
version = "1.0.21"
19+
version = "1.1.0"
2020
agent_id = coder_agent.example.id
2121
vault_addr = "https://vault.example.com"
2222
vault_jwt_role = "coder" # The Vault role to use for authentication

0 commit comments

Comments
 (0)