Add jq as recommended tool in prerequisites

This commit is contained in:
Atif Ali 2025-12-03 13:04:17 +00:00
parent 7bd41fc92b
commit b10036516a

View File

@ -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"