# INNER root for vr1-dc1 (G12, 2026-07-21) -- D-123 MODEL B, mirroring
# opentofu/vr1-dc0-substrate/ (the pattern of record; its versions.tf comment is
# the authority for WHY this is a separate root + state). The vr1-dc1 substrate
# -- 6 dc-planes, the wan bridge, the OPNsense edge, an inner storage pool, and
# the 9 node VMs -- created INSIDE vvr1-dc1 via the qemu+ssh inner provider,
# NOT on vcloud. Apply order: outer (opentofu/) boots vvr1-dc1 -> bootstrap gate
# (site-headend-install.sh node-host mode) -> THIS root. Modules reused VERBATIM
# from ../modules/. Provider pin matches the outer root's versions.tf (0.9.8).
terraform {
required_version = ">= 1.6.0"
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.9.8"
}
}
}