unifi-network

kalenarndt/unifi-network/unifi

Terraform Module HCL UNIFI

Repo for a module that creates basic Unifi networks

Install
module "unifi-network" {
source = "kalenarndt/unifi-network/unifi"
version = "0.0.3"
}
plain text: /constructs/tfmod-kalenarndt-unifi-network-unifi/install.txt
⭐ Source on GitHub 📦 Registry page
README

Requirements | Name | Version | |------|---------| | terraform | >=1.0 | | unifi | >=0.34.0 | Providers | Name | Version | |------|---------| | unifi | 0.34.0 | Modules No modules. Resources | Name | Type | |------|------| | unifi_network.network | resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | network | (Required) Map containing the configuration for the Unifi networks | map(object({ name = string purpose = string subnet = string vlan_id = number dhcp_start = optional(string) dhcp_stop = optional(string) dhcp_dns = optional(list(string)) dhcp_enabled = optional(bool) site = optional(string) dhcp_lease = optional(number) domain_name = optional(string) network_group = optional(string) })) | n/a | yes | Outputs | Name

Inputs (1)
NameTypeDescriptionDefault
networkmap(object({ name (Required) Map containing the configuration for the Unifi networks required
Outputs (1)
networks — Output of the entire network resource block. Filter by key when using with other objects
Resources (1)
unifi_network
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.3
Cloud UNIFI
Total downloads590
Inputs1
Outputs1
Resources1
Examples1
Namespacekalenarndt
Updated