unifi-network
kalenarndt/unifi-network/unifi
Repo for a module that creates basic Unifi networks
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
| Name | Type | Description | Default |
|---|---|---|---|
| network | map(object({ name | (Required) Map containing the configuration for the Unifi networks | required |
networks — Output of the entire network resource block. Filter by key when using with other objects