From daba3438b5412a50f58305cd0f5950ac5a205350 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 3 Dec 2025 13:05:35 +0000 Subject: [PATCH] Simplify prerequisites formatting --- registry/coder/modules/vault-cli/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/registry/coder/modules/vault-cli/README.md b/registry/coder/modules/vault-cli/README.md index feba1138..35e81728 100644 --- a/registry/coder/modules/vault-cli/README.md +++ b/registry/coder/modules/vault-cli/README.md @@ -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" {