terraform-module-virt/docs/virt_network.md
2023-10-18 12:00:33 -04:00

1.9 KiB

Requirements

Name Version
libvirt 0.6.14

Providers

Name Version
libvirt 0.6.14

Modules

No modules.

Resources

Name Type
libvirt_network.netdef resource

Inputs

Name Description Type Default Required
bridge Network interface name (16 char max, virbr_) string n/a yes
domain Network domain string "local" no
gw4 Network address string "192.168.0.1" no
mask Netmask of the network number 24 no
mode Network mode (route|nat) string "nat" no
name Network name string n/a yes
nat_device Device to forward unrouted traffic (ie: eth0) string "enp1s0" no
nat_driver Default NAT driver string "ferm" no
nat_enable Enable NAT from outside of libvirt bool false no
subnets List of subnets list [] no
vip List of vips list [] no

Outputs

Name Description
networks n/a
subnets n/a
vips n/a