feat: initial commit

This commit is contained in:
nikola
2026-05-19 14:53:37 +02:00
commit f8eba4f09a
21 changed files with 1061 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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`.