* docs: add examples and recreate TF documentation * update readme * add information about experimental support of firewall zones
8 lines
244 B
HCL
8 lines
244 B
HCL
resource "unifi_setting_usw" "example" {
|
|
# Enable DHCP snooping to protect against rogue DHCP servers
|
|
dhcp_snoop = true
|
|
|
|
# Specify the site (optional, defaults to site configured in provider, otherwise "default")
|
|
# site = "default"
|
|
}
|