From b10036516a6ff37de82d50587177c9539e77426f Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 3 Dec 2025 13:04:17 +0000 Subject: [PATCH] Add jq as recommended tool in prerequisites --- registry/coder/modules/vault-cli/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/registry/coder/modules/vault-cli/README.md b/registry/coder/modules/vault-cli/README.md index 1da562b7..feba1138 100644 --- a/registry/coder/modules/vault-cli/README.md +++ b/registry/coder/modules/vault-cli/README.md @@ -17,6 +17,10 @@ The following tools are required in the workspace image: - **HTTP client**: `curl`, `wget`, or `busybox` (at least one) - **Archive utility**: `unzip` or `busybox` (at least one) +**Recommended:** + +- **jq**: For reliable JSON parsing of the HashiCorp releases API (falls back to sed if not available) + ```tf module "vault_cli" { source = "registry.coder.com/coder/vault-cli/coder"