Skip to content

Commit

Permalink
Resolve naming issues
Browse files Browse the repository at this point in the history
  • Loading branch information
seconroy committed Sep 2, 2024
1 parent 075b85d commit afa4f71
Show file tree
Hide file tree
Showing 179 changed files with 1,898 additions and 1,897 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@
- Add `sdwan_service_switchport_profile_parcel` resource and data source
- Add `sdwan_transport_route_policy_profile_parcel` resource and data source
- Add `sdwan_service_route_policy_profile_parcel` resource and data source
- Add `sdwan_policy_object_app_probe_profile_parcel` resource and data source
- Add `sdwan_policy_object_as_path_profile_parcel` resource and data source
- Add `sdwan_policy_object_app_probe_class_profile_parcel` resource and data source
- Add `sdwan_policy_object_as_path_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_vpn_group_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_data_ip_prefix_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_fqdn_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_geolocation_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_data_ipv4_prefix_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_fqdn_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_geolocation_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_ips_signature_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_localdomain_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_port_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_scalable_group_tag_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_urllist_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_local_domain_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_port_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_scalable_group_tag_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_url_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_preferred_color_group_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_identity_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_localapp_profile_parcel` resource and data source
- Add `sdwan_policy_object_standard_community_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_identity_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_local_application_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_standard_community_list_profile_parcel` resource and data source

## 0.3.13

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_app_probe_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_app_probe_class_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object App Probe profile parcel.
This data source can read the Policy Object App Probe Class profile parcel.
---

# sdwan_policy_object_app_probe_profile_parcel (Data Source)
# sdwan_policy_object_app_probe_class_profile_parcel (Data Source)

This data source can read the Policy Object App Probe profile parcel.
This data source can read the Policy Object App Probe Class profile parcel.

## Example Usage

```terraform
data "sdwan_policy_object_app_probe_profile_parcel" "example" {
data "sdwan_policy_object_app_probe_class_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_as_path_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_as_path_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object AS Path profile parcel.
This data source can read the Policy Object AS Path List profile parcel.
---

# sdwan_policy_object_as_path_profile_parcel (Data Source)
# sdwan_policy_object_as_path_list_profile_parcel (Data Source)

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

## Example Usage

```terraform
data "sdwan_policy_object_as_path_profile_parcel" "example" {
data "sdwan_policy_object_as_path_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_security_data_ip_prefix_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_security_data_ipv4_prefix_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Security Data IP Prefix profile parcel.
This data source can read the Policy Object Security Data IPv4 Prefix List profile parcel.
---

# sdwan_policy_object_security_data_ip_prefix_profile_parcel (Data Source)
# sdwan_policy_object_security_data_ipv4_prefix_list_profile_parcel (Data Source)

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

## Example Usage

```terraform
data "sdwan_policy_object_security_data_ip_prefix_profile_parcel" "example" {
data "sdwan_policy_object_security_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_security_fqdn_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_security_fqdn_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Security FQDN profile parcel.
This data source can read the Policy Object Security FQDN List profile parcel.
---

# sdwan_policy_object_security_fqdn_profile_parcel (Data Source)
# sdwan_policy_object_security_fqdn_list_profile_parcel (Data Source)

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

## Example Usage

```terraform
data "sdwan_policy_object_security_fqdn_profile_parcel" "example" {
data "sdwan_policy_object_security_fqdn_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_security_geolocation_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_security_geolocation_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Security Geolocation profile parcel.
This data source can read the Policy Object Security Geolocation List profile parcel.
---

# sdwan_policy_object_security_geolocation_profile_parcel (Data Source)
# sdwan_policy_object_security_geolocation_list_profile_parcel (Data Source)

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

## Example Usage

```terraform
data "sdwan_policy_object_security_geolocation_profile_parcel" "example" {
data "sdwan_policy_object_security_geolocation_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_security_identity_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_security_identity_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Security Identity profile parcel.
This data source can read the Policy Object Security Identity List profile parcel.
---

# sdwan_policy_object_security_identity_profile_parcel (Data Source)
# sdwan_policy_object_security_identity_list_profile_parcel (Data Source)

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

## Example Usage

```terraform
data "sdwan_policy_object_security_identity_profile_parcel" "example" {
data "sdwan_policy_object_security_identity_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
Expand Up @@ -3,12 +3,12 @@
page_title: "sdwan_policy_object_security_ips_signature_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Security IPs Signature profile parcel.
This data source can read the Policy Object Security IPS Signature profile parcel.
---

# sdwan_policy_object_security_ips_signature_profile_parcel (Data Source)

This data source can read the Policy Object Security IPs Signature profile parcel.
This data source can read the Policy Object Security IPS Signature profile parcel.

## Example Usage

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_security_localapp_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_security_local_application_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Security Localapp profile parcel.
This data source can read the Policy Object Security Local Application List profile parcel.
---

# sdwan_policy_object_security_localapp_profile_parcel (Data Source)
# sdwan_policy_object_security_local_application_list_profile_parcel (Data Source)

This data source can read the Policy Object Security Localapp profile parcel.
This data source can read the Policy Object Security Local Application List profile parcel.

## Example Usage

```terraform
data "sdwan_policy_object_security_localapp_profile_parcel" "example" {
data "sdwan_policy_object_security_local_application_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_security_localdomain_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_security_local_domain_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Security Localdomain profile parcel.
This data source can read the Policy Object Security Local Domain List profile parcel.
---

# sdwan_policy_object_security_localdomain_profile_parcel (Data Source)
# sdwan_policy_object_security_local_domain_list_profile_parcel (Data Source)

This data source can read the Policy Object Security Localdomain profile parcel.
This data source can read the Policy Object Security Local Domain List profile parcel.

## Example Usage

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

Read-Only:

- `name_server` (String)
- `local_domain` (String)
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_security_port_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_security_port_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Security Port profile parcel.
This data source can read the Policy Object Security Port List profile parcel.
---

# sdwan_policy_object_security_port_profile_parcel (Data Source)
# sdwan_policy_object_security_port_list_profile_parcel (Data Source)

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

## Example Usage

```terraform
data "sdwan_policy_object_security_port_profile_parcel" "example" {
data "sdwan_policy_object_security_port_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_security_scalable_group_tag_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_security_scalable_group_tag_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Security Scalable Group Tag profile parcel.
This data source can read the Policy Object Security Scalable Group Tag List profile parcel.
---

# sdwan_policy_object_security_scalable_group_tag_profile_parcel (Data Source)
# sdwan_policy_object_security_scalable_group_tag_list_profile_parcel (Data Source)

This data source can read the Policy Object Security Scalable Group Tag profile parcel.
This data source can read the Policy Object Security Scalable Group Tag List profile parcel.

## Example Usage

```terraform
data "sdwan_policy_object_security_scalable_group_tag_profile_parcel" "example" {
data "sdwan_policy_object_security_scalable_group_tag_list_profile_parcel" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = ""
}
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_security_urllist_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_security_url_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Security URLlist profile parcel.
This data source can read the Policy Object Security URL List profile parcel.
---

# sdwan_policy_object_security_urllist_profile_parcel (Data Source)
# sdwan_policy_object_security_url_list_profile_parcel (Data Source)

This data source can read the Policy Object Security URLlist profile parcel.
This data source can read the Policy Object Security URL List profile parcel.

## Example Usage

```terraform
data "sdwan_policy_object_security_urllist_profile_parcel" "example" {
data "sdwan_policy_object_security_url_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_standard_community_profile_parcel Data Source - terraform-provider-sdwan"
page_title: "sdwan_policy_object_standard_community_list_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Policy Object Standard Community profile parcel.
This data source can read the Policy Object Standard Community List profile parcel.
---

# sdwan_policy_object_standard_community_profile_parcel (Data Source)
# sdwan_policy_object_standard_community_list_profile_parcel (Data Source)

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

## Example Usage

```terraform
data "sdwan_policy_object_standard_community_profile_parcel" "example" {
data "sdwan_policy_object_standard_community_list_profile_parcel" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Expand Down
24 changes: 12 additions & 12 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@ description: |-
- Add `sdwan_service_switchport_profile_parcel` resource and data source
- Add `sdwan_transport_route_policy_profile_parcel` resource and data source
- Add `sdwan_service_route_policy_profile_parcel` resource and data source
- Add `sdwan_policy_object_app_probe_profile_parcel` resource and data source
- Add `sdwan_policy_object_as_path_profile_parcel` resource and data source
- Add `sdwan_policy_object_app_probe_class_profile_parcel` resource and data source
- Add `sdwan_policy_object_as_path_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_vpn_group_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_data_ip_prefix_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_fqdn_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_geolocation_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_data_ipv4_prefix_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_fqdn_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_geolocation_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_ips_signature_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_localdomain_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_port_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_scalable_group_tag_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_urllist_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_local_domain_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_port_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_scalable_group_tag_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_url_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_preferred_color_group_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_identity_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_localapp_profile_parcel` resource and data source
- Add `sdwan_policy_object_standard_community_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_identity_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_security_local_application_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_standard_community_list_profile_parcel` resource and data source

## 0.3.13

Expand Down
Loading

0 comments on commit afa4f71

Please sign in to comment.