Files
IaC-pve-lxc/terraform.tfvars
2026-01-12 01:24:58 +04:00

19 lines
192 B
HCL

lxc_auth = {
ssh_keys = ""
pass = ""
}
lxc = [
{
nodes = ""
name = ""
cpus =
mem =
pool = ""
disks = ""
eth = ""
ip = ""
unprivileged = true
}
]