mirror of
https://github.com/Noratrieb/vmlab.git
synced 2026-01-14 16:45:11 +01:00
6 lines
127 B
HCL
6 lines
127 B
HCL
resource "libvirt_network" "lab" {
|
|
name = "lab"
|
|
mode = "nat"
|
|
domain = "lab.local"
|
|
addresses = ["10.0.0.0/8"]
|
|
}
|