Skip to content

Commit

Permalink
edit service docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tal Mosenzon committed Jan 16, 2025
1 parent 64af852 commit d46e24e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/resources/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ Required:
- `port_range` (String) The port range for the inbound network rule.
- `resource` (String) Custom ip for the inbound network rule (e.g., 190.1.2.3/12).
- `resource_type` (String) The resource type for the inbound network rule (e.g., anywhere).

* "anywhere" (equivalent to Anywhere in the UI)
* "custom" (equivalent to Custom IP in the UI)
* "application" (equivalent to Service in the UI)
* "domain" (equivalent to Domain in the UI)

<a id="nestedblock--local_policies--outbound_networks"></a>
### Nested Schema for `local_policies.outbound_networks`
Expand All @@ -142,8 +145,10 @@ Required:
- `port_range` (String) The port range for the outbound network rule.
- `resource` (String) Custom ip for the outbound network rule (e.g., 190.1.2.3/12).
- `resource_type` (String) The resource type for the outbound network rule (e.g., anywhere).


* "anywhere" (equivalent to Anywhere in the UI)
* "custom" (equivalent to Custom IP in the UI)
* "application" (equivalent to Service in the UI)
* "domain" (equivalent to Domain in the UI)

<a id="nestedblock--scope_variables"></a>
### Nested Schema for `scope_variables`
Expand Down

0 comments on commit d46e24e

Please sign in to comment.