* docs: add examples and recreate TF documentation * update readme * add information about experimental support of firewall zones
11 lines
322 B
HCL
11 lines
322 B
HCL
resource "unifi_setting_dpi" "example" {
|
|
# Enable Deep Packet Inspection
|
|
enabled = true
|
|
|
|
# Enable DPI fingerprinting for more accurate application identification
|
|
fingerprinting_enabled = true
|
|
|
|
# Specify the site (optional, defaults to site configured in provider, otherwise "default")
|
|
# site = "default"
|
|
}
|