From ed935218f2281b4b86e61810d8585d83a66d39bf Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 3 Dec 2025 13:18:44 +0000 Subject: [PATCH] Move Prerequisites section after first code block README validation requires Terraform code block in h1 section --- registry/coder/modules/vault-cli/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/registry/coder/modules/vault-cli/README.md b/registry/coder/modules/vault-cli/README.md index 35e81728..776ec6be 100644 --- a/registry/coder/modules/vault-cli/README.md +++ b/registry/coder/modules/vault-cli/README.md @@ -10,14 +10,6 @@ tags: [helper, integration, vault, cli] Installs the [Vault](https://www.vaultproject.io/) CLI and optionally configures token authentication. This module focuses on CLI installation and can be used standalone or as a base for other authentication methods. -## Prerequisites - -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) -- **jq**: Optional but recommended for reliable JSON parsing (falls back to sed if not available) - ```tf module "vault_cli" { source = "registry.coder.com/coder/vault-cli/coder" @@ -27,6 +19,14 @@ module "vault_cli" { } ``` +## Prerequisites + +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) +- **jq**: Optional but recommended for reliable JSON parsing (falls back to sed if not available) + ## With Token Authentication If you have a Vault token, you can provide it to automatically configure authentication: