network

jimgaspari/network/libvirt

Terraform Module HCL LIBVIRT

Terraform Module for building Libvirt Networks

Install
module "network" {
source = "jimgaspari/network/libvirt"
version = "0.6.11"
}
plain text: /constructs/tfmod-jimgaspari-network-libvirt/install.txt
⭐ Source on GitHub 📦 Registry page
Inputs (5)
NameTypeDescriptionDefault
network_namestringName of the network to be created required
network_modestringNetwork mode this can be nat, none required
network_domainstringThe domain name of the network""
network_addresseslistThe network address to be used[ "192.168.110.0/24", "2001:db8:ca2:
dhcp_enabledboolShould this network be DHCP enabledtrue
Outputs (1)
network_id — ID of the libvirt network
Resources (1)
libvirt_network
Details
FrameworkTerraform Module
LanguageHCL
Version0.6.11
Cloud LIBVIRT
Total downloads648
Inputs5
Outputs1
Resources1
Namespacejimgaspari
Updated