* docs: add examples and recreate TF documentation * update readme * add information about experimental support of firewall zones
8 lines
236 B
HCL
8 lines
236 B
HCL
resource "unifi_setting_network_optimization" "example" {
|
|
# Enable network optimization features
|
|
enabled = true
|
|
|
|
# Specify the site (optional, defaults to site configured in provider, otherwise "default")
|
|
# site = "default"
|
|
}
|