Files
tf-infra/incus/storage.auto.tfvars
2026-03-15 09:59:02 +01:00

8 lines
185 B
HCL

incus_storage_pools = {
"san" = {
driver = "lvmcluster"
hypervisor_config = { "lvm.vg_name" = "nucVG" }
witness_config = { "lvm.vg_name" = "dummyVG" }
}
}