Remove default on wan_type on resource_network

This commit is contained in:
amiga23
2021-02-03 02:59:57 +01:00
committed by GitHub
parent b93c2781c9
commit ee7dccccf5

View File

@@ -163,7 +163,6 @@ func resourceNetwork() *schema.Resource {
Description: "Specifies the IPV4 WAN connection type. Must be one of either `disabled` or `pppoe`.",
Type: schema.TypeString,
Optional: true,
Default: "disabled",
ValidateFunc: validateWANType,
},
"wan_networkgroup": {