Skip to content

Commit

Permalink
Resolve changes requests
Browse files Browse the repository at this point in the history
  • Loading branch information
seconroy committed Jul 18, 2024
1 parent 38f49cb commit a4b8573
Show file tree
Hide file tree
Showing 106 changed files with 6,396 additions and 158 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_policy_object_color_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_color_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Color profile parcel.
This data source can read the Policy Object Color List profile parcel.
---

# sdwan_policy_object_color_profile_parcel (Data Source)
# sdwan_policy_object_color_list_profile_parcel (Data Source)

This data source can read the Policy Object Color profile parcel.
This data source can read the Policy Object Color List profile parcel.

## Example Usage

```terraform
data "sdwan_policy_object_color_profile_parcel" "example" {
data "sdwan_policy_object_color_list_profile_parcel" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_policy_object_data_prefix_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_data_ipv4_prefix_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Data Prefix profile parcel.
This data source can read the Policy Object Data IPv4 Prefix List profile parcel.
---

# sdwan_policy_object_data_prefix_profile_parcel (Data Source)
# sdwan_policy_object_data_ipv4_prefix_list_profile_parcel (Data Source)

This data source can read the Policy Object Data Prefix profile parcel.
This data source can read the Policy Object Data IPv4 Prefix List profile parcel.

## Example Usage

```terraform
data "sdwan_policy_object_data_prefix_profile_parcel" "example" {
data "sdwan_policy_object_data_ipv4_prefix_list_profile_parcel" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_policy_object_data_ipv6_prefix_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_data_ipv6_prefix_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Data IPv6 Prefix profile parcel.
This data source can read the Policy Object Data IPv6 Prefix List profile parcel.
---

# sdwan_policy_object_data_ipv6_prefix_profile_parcel (Data Source)
# sdwan_policy_object_data_ipv6_prefix_list_profile_parcel (Data Source)

This data source can read the Policy Object Data IPv6 Prefix profile parcel.
This data source can read the Policy Object Data IPv6 Prefix List profile parcel.

## Example Usage

```terraform
data "sdwan_policy_object_data_ipv6_prefix_profile_parcel" "example" {
data "sdwan_policy_object_data_ipv6_prefix_list_profile_parcel" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_policy_object_expanded_community_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_expanded_community_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Expanded Community profile parcel.
This data source can read the Policy Object Expanded Community List profile parcel.
---

# sdwan_policy_object_expanded_community_profile_parcel (Data Source)
# sdwan_policy_object_expanded_community_list_profile_parcel (Data Source)

This data source can read the Policy Object Expanded Community profile parcel.
This data source can read the Policy Object Expanded Community List profile parcel.

## Example Usage

```terraform
data "sdwan_policy_object_expanded_community_profile_parcel" "example" {
data "sdwan_policy_object_expanded_community_list_profile_parcel" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_policy_object_extended_community_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_extended_community_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Extended Community profile parcel.
This data source can read the Policy Object Extended Community List profile parcel.
---

# sdwan_policy_object_extended_community_profile_parcel (Data Source)
# sdwan_policy_object_extended_community_list_profile_parcel (Data Source)

This data source can read the Policy Object Extended Community profile parcel.
This data source can read the Policy Object Extended Community List profile parcel.

## Example Usage

```terraform
data "sdwan_policy_object_extended_community_profile_parcel" "example" {
data "sdwan_policy_object_extended_community_list_profile_parcel" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_policy_object_prefix_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_ipv4_prefix_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Prefix profile parcel.
This data source can read the Policy Object IPv4 Prefix List profile parcel.
---

# sdwan_policy_object_prefix_profile_parcel (Data Source)
# sdwan_policy_object_ipv4_prefix_list_profile_parcel (Data Source)

This data source can read the Policy Object Prefix profile parcel.
This data source can read the Policy Object IPv4 Prefix List profile parcel.

## Example Usage

```terraform
data "sdwan_policy_object_prefix_profile_parcel" "example" {
data "sdwan_policy_object_ipv4_prefix_list_profile_parcel" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Expand All @@ -39,7 +39,7 @@ data "sdwan_policy_object_prefix_profile_parcel" "example" {

Read-Only:

- `ge_range_prefix_length` (Number) IPv4 prefix length with ge range operator
- `ge` (Number) IPv4 prefix length with ge range operator
- `ipv4_address` (String) IPv4 address
- `ipv4_prefix_length` (Number) IPv4 prefix length
- `le_range_prefix_length` (Number) IPv4 prefix length with le range operator
- `le` (Number) IPv4 prefix length with le range operator
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_policy_object_ipv6_prefix_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_ipv6_prefix_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object IPv6 Prefix profile parcel.
This data source can read the Policy Object IPv6 Prefix List profile parcel.
---

# sdwan_policy_object_ipv6_prefix_profile_parcel (Data Source)
# sdwan_policy_object_ipv6_prefix_list_profile_parcel (Data Source)

This data source can read the Policy Object IPv6 Prefix profile parcel.
This data source can read the Policy Object IPv6 Prefix List profile parcel.

## Example Usage

```terraform
data "sdwan_policy_object_ipv6_prefix_profile_parcel" "example" {
data "sdwan_policy_object_ipv6_prefix_list_profile_parcel" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Expand All @@ -39,7 +39,7 @@ data "sdwan_policy_object_ipv6_prefix_profile_parcel" "example" {

Read-Only:

- `ge_range_prefix_length` (Number) IPv6 prefix length with ge range operator
- `ge` (Number) IPv6 prefix length with ge range operator
- `ipv6_address` (String) IPv6 address
- `ipv6_prefix_length` (Number) IPv6 prefix length
- `le_range_prefix_length` (Number) IPv6 prefix length with le range operator
- `le` (Number) IPv6 prefix length with le range operator
2 changes: 1 addition & 1 deletion docs/data-sources/policy_object_policer_profile_parcel.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ data "sdwan_policy_object_policer_profile_parcel" "example" {
Read-Only:

- `burst_bytes` (Number) Burst (Bytes)
- `exceed_action` (String) Exceed options such as Drop or Remark
- `rate_bps` (Number) Rate (bps)
- `select_value` (String) Exceed options such as Drop or Remark
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_policy_object_tloc_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_tloc_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object TLOC profile parcel.
This data source can read the Policy Object TLOC List profile parcel.
---

# sdwan_policy_object_tloc_profile_parcel (Data Source)
# sdwan_policy_object_tloc_list_profile_parcel (Data Source)

This data source can read the Policy Object TLOC profile parcel.
This data source can read the Policy Object TLOC List profile parcel.

## Example Usage

```terraform
data "sdwan_policy_object_tloc_profile_parcel" "example" {
data "sdwan_policy_object_tloc_list_profile_parcel" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Expand Down Expand Up @@ -42,4 +42,4 @@ Read-Only:
- `color` (String) color
- `encapsulation` (String) encapsulation
- `preference` (String) Preference
- `tloc` (String) tloc
- `tloc_ip` (String) tloc
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_policy_object_color_profile_parcel Resource - terraform-provider-sdwan"
page_title: "sdwan_policy_object_color_list_profile_parcel Resource - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This resource can manage a Policy Object Color profile parcel.
This resource can manage a Policy Object Color List profile parcel.
Minimum SD-WAN Manager version: 20.12.0
---

# sdwan_policy_object_color_profile_parcel (Resource)
# sdwan_policy_object_color_list_profile_parcel (Resource)

This resource can manage a Policy Object Color profile parcel.
This resource can manage a Policy Object Color List profile parcel.
- Minimum SD-WAN Manager version: `20.12.0`

## Example Usage

```terraform
resource "sdwan_policy_object_color_profile_parcel" "example" {
resource "sdwan_policy_object_color_list_profile_parcel" "example" {
name = "Example"
description = "My Example"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
Expand Down Expand Up @@ -57,5 +57,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import sdwan_policy_object_color_profile_parcel.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
terraform import sdwan_policy_object_color_list_profile_parcel.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
```
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_policy_object_data_prefix_profile_parcel Resource - terraform-provider-sdwan"
page_title: "sdwan_policy_object_data_ipv4_prefix_list_profile_parcel Resource - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This resource can manage a Policy Object Data Prefix profile parcel.
This resource can manage a Policy Object Data IPv4 Prefix List profile parcel.
Minimum SD-WAN Manager version: 20.12.0
---

# sdwan_policy_object_data_prefix_profile_parcel (Resource)
# sdwan_policy_object_data_ipv4_prefix_list_profile_parcel (Resource)

This resource can manage a Policy Object Data Prefix profile parcel.
This resource can manage a Policy Object Data IPv4 Prefix List profile parcel.
- Minimum SD-WAN Manager version: `20.12.0`

## Example Usage

```terraform
resource "sdwan_policy_object_data_prefix_profile_parcel" "example" {
resource "sdwan_policy_object_data_ipv4_prefix_list_profile_parcel" "example" {
name = "Example"
description = "My Example"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
Expand Down Expand Up @@ -60,5 +60,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import sdwan_policy_object_data_prefix_profile_parcel.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
terraform import sdwan_policy_object_data_ipv4_prefix_list_profile_parcel.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
```
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_policy_object_data_ipv6_prefix_profile_parcel Resource - terraform-provider-sdwan"
page_title: "sdwan_policy_object_data_ipv6_prefix_list_profile_parcel Resource - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This resource can manage a Policy Object Data IPv6 Prefix profile parcel.
This resource can manage a Policy Object Data IPv6 Prefix List profile parcel.
Minimum SD-WAN Manager version: 20.12.0
---

# sdwan_policy_object_data_ipv6_prefix_profile_parcel (Resource)
# sdwan_policy_object_data_ipv6_prefix_list_profile_parcel (Resource)

This resource can manage a Policy Object Data IPv6 Prefix profile parcel.
This resource can manage a Policy Object Data IPv6 Prefix List profile parcel.
- Minimum SD-WAN Manager version: `20.12.0`

## Example Usage

```terraform
resource "sdwan_policy_object_data_ipv6_prefix_profile_parcel" "example" {
resource "sdwan_policy_object_data_ipv6_prefix_list_profile_parcel" "example" {
name = "Example"
description = "My Example"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
Expand Down Expand Up @@ -60,5 +60,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import sdwan_policy_object_data_ipv6_prefix_profile_parcel.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
terraform import sdwan_policy_object_data_ipv6_prefix_list_profile_parcel.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
```
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_policy_object_expanded_community_profile_parcel Resource - terraform-provider-sdwan"
page_title: "sdwan_policy_object_expanded_community_list_profile_parcel Resource - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This resource can manage a Policy Object Expanded Community profile parcel.
This resource can manage a Policy Object Expanded Community List profile parcel.
Minimum SD-WAN Manager version: 20.12.0
---

# sdwan_policy_object_expanded_community_profile_parcel (Resource)
# sdwan_policy_object_expanded_community_list_profile_parcel (Resource)

This resource can manage a Policy Object Expanded Community profile parcel.
This resource can manage a Policy Object Expanded Community List profile parcel.
- Minimum SD-WAN Manager version: `20.12.0`

## Example Usage

```terraform
resource "sdwan_policy_object_expanded_community_profile_parcel" "example" {
resource "sdwan_policy_object_expanded_community_list_profile_parcel" "example" {
name = "Example"
description = "My Example"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
Expand Down Expand Up @@ -47,5 +47,5 @@ resource "sdwan_policy_object_expanded_community_profile_parcel" "example" {
Import is supported using the following syntax:

```shell
terraform import sdwan_policy_object_expanded_community_profile_parcel.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
terraform import sdwan_policy_object_expanded_community_list_profile_parcel.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
```
Loading

0 comments on commit a4b8573

Please sign in to comment.