这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions internal/provider/resource_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ func resourceNetwork() *schema.Resource {
},

// Deprecated from paultyng/go-unifi - UnifiVersion = "7.4.162"
// "internet_access_enabled": {
// Description: "Specifies whether this network should be allowed to access the internet or not.",
// Type: schema.TypeBool,
// Optional: true,
// Default: true,
// },

// Undeprecated - feature is still present in UnifiVersion = "8.3.32".
"internet_access_enabled": {
Description: "Specifies whether this network should be allowed to access the internet or not.",
Type: schema.TypeBool,
Optional: true,
Default: true,
},
"intra_network_access_enabled": {
Description: "Specifies whether this network should be allowed to access other local networks or not.",
Type: schema.TypeBool,
Expand Down