15 lines
453 B
Terraform
15 lines
453 B
Terraform
# Proxmox scaffold only.
|
|
#
|
|
# IMPORTANT:
|
|
# - Resource blocks are intentionally omitted for now.
|
|
# - Before adding resources, confirm:
|
|
# 1) provider resource schemas,
|
|
# 2) exact import ID formats,
|
|
# 3) non-destructive reconciliation strategy for existing VMs.
|
|
#
|
|
# Suggested future workflow mirrors docker/:
|
|
# - Define one resource for an existing object.
|
|
# - Import it.
|
|
# - Use `terraform state show` to reconcile config.
|
|
# - Proceed incrementally.
|