Files
wazuh-proxmox-iac/AGENTS.md
T
2026-05-19 14:53:37 +02:00

15 lines
513 B
Markdown

# Project Rules - Wazuh Proxmox IaC
## Scope
Build and operate Terraform-based deployment for one Wazuh VM on local Proxmox.
## Source of Truth
- `sources/iac-test/` is the baseline for single-VM provisioning.
- `sources/multi-vm-iac/` is reference-only for future scale-out patterns.
## Working Rules
- Do not commit secrets, token files, `.terraform/`, or `terraform.tfstate*`.
- Keep variables explicit in `terraform.tfvars.example`.
- Prefer one-step reproducible flow: `init -> plan -> apply -> verify`.