Skip to content

Commit 2ee3537

Browse files
committed
fix: Fixed documentation for network services
1 parent ebdf61f commit 2ee3537

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/data-sources/zia_firewall_filtering_network_service.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ data "zia_firewall_filtering_network_service" "dns" {
4343
The following arguments are supported:
4444

4545
* `name` - (Required) Name of the application layer service that you want to control. It can include any character and spaces.
46+
See the [Network Services API](https://help.zscaler.com/zia/firewall-policies#/networkServices-get) for the list of available services. Check the attribute `tag` in the API documentation for the updated list.
47+
4648
* `id` - (Optional) The ID of the application layer service to be exported.
4749

4850
## Attribute Reference
@@ -66,3 +68,4 @@ In addition to all arguments above, the following attributes are exported:
6668
* `dest_udp_ports` - The UDP source port number (example: 50) or port number range (example: 1000-1050), if any, that is used by the network service.
6769
* `start` - (Number)
6870
* `end` - (Number)
71+
* `tag` - (string) - Supported network services names returned by the API. See the [Network Services API](https://help.zscaler.com/zia/firewall-policies#/networkServices-get) for the list of available services. Check the attribute `tag` in the API documentation for the updated list.

0 commit comments

Comments
 (0)