Add wan_dns1 and wan_dns2 (#117)

This commit is contained in:
Joshua Spence
2021-03-22 07:27:28 +11:00
committed by GitHub
parent 2694fcb3f5
commit 0409579c68
3 changed files with 28 additions and 4 deletions

View File

@@ -67,6 +67,8 @@ resource "unifi_network" "wan" {
- **site** (String) The name of the site to associate the network with.
- **subnet** (String) The subnet of the network. Must be a valid CIDR address.
- **vlan_id** (Number) The VLAN ID of the network.
- **wan_dns1** (String) Primary DNS server for the WAN.
- **wan_dns2** (String) Secondary DNS server for the WAN.
- **wan_egress_qos** (Number) Specifies the WAN egress quality of service. Defaults to `0`.
- **wan_ip** (String) The IPv4 address of the WAN.
- **wan_networkgroup** (String) Specifies the WAN network group. Must be one of either `WAN`, `WAN2` or `WAN_LTE_FAILOVER`.