Files
PSProxmoxVE/tests/infrastructure/answer.toml.tftpl
T
Clint Branham 8c963fb684 feat(infra): add Terraform config for nested PVE test VM
Provisions a throwaway nested Proxmox VE instance on an existing host
using bpg/proxmox provider. Includes unattended install via answer file,
API wait script, and automatic API token creation. Designed for CI-driven
integration test environments.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 16:15:31 -05:00

19 lines
314 B
Plaintext

[global]
keyboard = "en-us"
country = "us"
fqdn = "pve-test.local"
mailto = "test@test.local"
timezone = "UTC"
root_password = "${root_password}"
[network]
source = "from-answer"
cidr = "${cidr}"
dns = "${dns}"
gateway = "${gateway}"
filter.ID_NET_NAME = "*"
[disk-setup]
filesystem = "ext4"
disk_list = ["sda"]