Scaffold incremental Terraform foundations for docker and proxmox

This commit is contained in:
beatz174-bit
2026-04-14 18:08:56 +10:00
parent 7279ade925
commit 228413d780
18 changed files with 301 additions and 15 deletions
@@ -0,0 +1,6 @@
# docker_container_placeholder module
Placeholder module directory for future shared Docker container patterns.
This is intentionally empty during initial import-first adoption.
Keep per-container resources explicit in `../../docker/main.tf` until stable patterns emerge.
@@ -0,0 +1,6 @@
# proxmox_vm_placeholder module
Placeholder module directory for future shared Proxmox VM patterns.
This is intentionally empty until provider schemas, import ID formats,
and non-destructive reconciliation strategy are validated.