Fix docs on wan_type

This was mentioned in #107
This commit is contained in:
Paul Tyng
2021-03-07 14:26:41 -05:00
parent 6f91e578f3
commit d831b3cad9
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ resource "unifi_network" "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`.
- **wan_type** (String) Specifies the IPV4 WAN connection type. Must be one of either `disabled` or `pppoe`.
- **wan_type** (String) Specifies the IPV4 WAN connection type. Must be one of either `disabled`, `static`, `dhcp`, or `pppoe`.
- **wan_username** (String) Specifies the IPV4 WAN username.
- **x_wan_password** (String) Specifies the IPV4 WAN password.