Files
IaC-pve-lxc/terraform.tfvars

19 lines
192 B
Plaintext
Raw Normal View History

2026-01-12 01:24:58 +04:00
lxc_auth = {
ssh_keys = ""
pass = ""
}
lxc = [
{
nodes = ""
name = ""
cpus =
mem =
pool = ""
disks = ""
eth = ""
ip = ""
unprivileged = true
}
]