Skip to content

Commit

Permalink
auto-genereated rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
migara committed Jan 21, 2025
1 parent 0697d5d commit bdf7aee
Show file tree
Hide file tree
Showing 88 changed files with 20,147 additions and 1,181 deletions.
40 changes: 18 additions & 22 deletions docs/data-sources/address_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,51 +18,47 @@ description: |-
### Required

- `location` (Attributes) The location of this object. (see [below for nested schema](#nestedatt--location))
- `name` (String) The name of the address group.
- `name` (String)

### Optional

- `description` (String) The description.
- `dynamic` (String)
- `description` (String)
- `disable_override` (String) disable object override in child device groups
- `dynamic` (Attributes) (see [below for nested schema](#nestedatt--dynamic))
- `static` (List of String)
- `tags` (List of String) The administrative tags.

### Read-Only

- `tfid` (String) The Terraform ID.
- `tag` (List of String)

<a id="nestedatt--location"></a>
### Nested Schema for `location`

Optional:

- `device_group` (Attributes) Located in a specific device group. (see [below for nested schema](#nestedatt--location--device_group))
- `from_panorama_shared` (Boolean) Located in shared in the config pushed from Panorama.
- `from_panorama_vsys` (Attributes) Located in a specific vsys in the config pushed from Panorama. (see [below for nested schema](#nestedatt--location--from_panorama_vsys))
- `shared` (Boolean) Located in shared.
- `vsys` (Attributes) Located in a specific vsys. (see [below for nested schema](#nestedatt--location--vsys))
- `device_group` (Attributes) Located in a specific Device Group (see [below for nested schema](#nestedatt--location--device_group))
- `shared` (Boolean) Location in Shared Panorama
- `vsys` (Attributes) Located in a specific Virtual System (see [below for nested schema](#nestedatt--location--vsys))

<a id="nestedatt--location--device_group"></a>
### Nested Schema for `location.device_group`

Optional:

- `name` (String) The device group.
- `panorama_device` (String) The panorama device.
- `name` (String) Device Group name
- `panorama_device` (String) Panorama device name


<a id="nestedatt--location--from_panorama_vsys"></a>
### Nested Schema for `location.from_panorama_vsys`
<a id="nestedatt--location--vsys"></a>
### Nested Schema for `location.vsys`

Optional:

- `vsys` (String) The vsys.
- `name` (String) The Virtual System name
- `ngfw_device` (String) The NGFW device name


<a id="nestedatt--location--vsys"></a>
### Nested Schema for `location.vsys`

<a id="nestedatt--dynamic"></a>
### Nested Schema for `dynamic`

Optional:

- `name` (String) The vsys.
- `ngfw_device` (String) The NGFW device.
- `filter` (String) tag-based filter
25 changes: 8 additions & 17 deletions docs/data-sources/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ description: |-
Optional:

- `description` (String) The description.
- `disable_override` (String) disable object override in child device groups
- `fqdn` (String) The FQDN value.
- `ip_netmask` (String) The IP netmask value.
- `ip_range` (String) The IP range value.
Expand All @@ -38,33 +39,23 @@ Optional:

Optional:

- `device_group` (Attributes) Located in a specific device group. (see [below for nested schema](#nestedatt--location--device_group))
- `from_panorama_shared` (Boolean) Located in shared in the config pushed from Panorama.
- `from_panorama_vsys` (Attributes) Located in a specific vsys in the config pushed from Panorama. (see [below for nested schema](#nestedatt--location--from_panorama_vsys))
- `shared` (Boolean) Located in shared.
- `vsys` (Attributes) Located in a specific vsys. (see [below for nested schema](#nestedatt--location--vsys))
- `device_group` (Attributes) Located in a specific Device Group (see [below for nested schema](#nestedatt--location--device_group))
- `shared` (Boolean) Location in Shared Panorama
- `vsys` (Attributes) Located in a specific Virtual System (see [below for nested schema](#nestedatt--location--vsys))

<a id="nestedatt--location--device_group"></a>
### Nested Schema for `location.device_group`

Optional:

- `name` (String) The device group.
- `panorama_device` (String) The panorama device.


<a id="nestedatt--location--from_panorama_vsys"></a>
### Nested Schema for `location.from_panorama_vsys`

Optional:

- `vsys` (String) The vsys.
- `name` (String) Device Group name
- `panorama_device` (String) Panorama device name


<a id="nestedatt--location--vsys"></a>
### Nested Schema for `location.vsys`

Optional:

- `name` (String) The vsys.
- `ngfw_device` (String) The NGFW device.
- `name` (String) The Virtual System name
- `ngfw_device` (String) The NGFW device name
Loading

0 comments on commit bdf7aee

Please sign in to comment.