* docs: add examples and recreate TF documentation * update readme * add information about experimental support of firewall zones
9 lines
275 B
HCL
9 lines
275 B
HCL
resource "unifi_setting_ssl_inspection" "example" {
|
|
# Configure SSL inspection state
|
|
# Valid options: "off", "simple", "advanced"
|
|
state = "advanced"
|
|
|
|
# Specify the site (optional, defaults to site configured in provider, otherwise "default")
|
|
# site = "default"
|
|
}
|