Move Prerequisites section after first code block

README validation requires Terraform code block in h1 section
This commit is contained in:
Atif Ali 2025-12-03 13:18:44 +00:00
parent daba3438b5
commit ed935218f2

View File

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