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

Commit 898f140

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

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
@@ -133,7 +133,7 @@ resource "jwt_signed_token" "vault" {
133133
module "vault" {
134134
count = data.coder_workspace.me.start_count
135135
source = "registry.coder.com/modules/vault-jwt/coder"
136-
version = "1.0.20"
136+
version = "1.1.0"
137137
agent_id = coder_agent.example.id
138138
vault_addr = "https://vault.example.com"
139139
vault_jwt_role = "coder" # The Vault role to use for authentication

0 commit comments

Comments
 (0)