Add jq as recommended tool in prerequisites
This commit is contained in:
parent
7bd41fc92b
commit
b10036516a
@ -17,6 +17,10 @@ The following tools are required in the workspace image:
|
|||||||
- **HTTP client**: `curl`, `wget`, or `busybox` (at least one)
|
- **HTTP client**: `curl`, `wget`, or `busybox` (at least one)
|
||||||
- **Archive utility**: `unzip` 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
|
```tf
|
||||||
module "vault_cli" {
|
module "vault_cli" {
|
||||||
source = "registry.coder.com/coder/vault-cli/coder"
|
source = "registry.coder.com/coder/vault-cli/coder"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user