Simplify prerequisites formatting

This commit is contained in:
Atif Ali 2025-12-03 13:05:35 +00:00
parent b10036516a
commit daba3438b5

View File

@ -16,10 +16,7 @@ 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)
- **jq**: Optional but recommended for reliable JSON parsing (falls back to sed if not available)
```tf
module "vault_cli" {