* docs: add examples and recreate TF documentation * update readme * add information about experimental support of firewall zones
30 lines
900 B
Markdown
30 lines
900 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "unifi_firewall_zone Data Source - terraform-provider-unifi"
|
|
subcategory: ""
|
|
description: |-
|
|
The unifi_firewall_zone datsources allows retrieving existing firewall zone details from the UniFi controller by the zone name.
|
|
---
|
|
|
|
# unifi_firewall_zone (Data Source)
|
|
|
|
The `unifi_firewall_zone` datsources allows retrieving existing firewall zone details from the UniFi controller by the zone name.
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- `name` (String) The name of the firewall zone.
|
|
|
|
### Optional
|
|
|
|
- `site` (String) The name of the UniFi site where this resource should be applied. If not specified, the default site will be used.
|
|
|
|
### Read-Only
|
|
|
|
- `id` (String) The unique identifier of this resource.
|
|
- `networks` (List of String) List of network IDs that this firewall zone contains.
|