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"
}
Inputs (5)
| Name | Type | Description | Default |
|---|---|---|---|
| network_name | string | Name of the network to be created | required |
| network_mode | string | Network mode this can be nat, none | required |
| network_domain | string | The domain name of the network | "" |
| network_addresses | list | The network address to be used | [
"192.168.110.0/24",
"2001:db8:ca2: |
| dhcp_enabled | bool | Should this network be DHCP enabled | true |
Outputs (1)
network_id — ID of the libvirt networkResources (1)
libvirt_network
Details
FrameworkTerraform Module
LanguageHCL
Version0.6.11
Cloud LIBVIRT
Total downloads648
Inputs5
Outputs1
Resources1
Namespacejimgaspari
Updated