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

Commit 49d6765

Browse files
fix(docs): correct code block syntax for example workspace access vault policy
1 parent 41f875e commit 49d6765

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
@@ -172,7 +172,7 @@ EOF
172172

173173
#### example workspace access vault policy
174174

175-
```hcl
175+
```tf
176176
path "kv/data/app/coder/{{identity.entity.aliases.<MOUNT_ACCESSOR>.metadata.owner_name}}/{{identity.entity.aliases.<MOUNT_ACCESSOR>.metadata.workspace_name}}" {
177177
capabilities = ["create", "read", "update", "delete", "list", "subscribe"]
178178
subscribe_event_types = ["*"]

0 commit comments

Comments
 (0)