Skip to content

Commit

Permalink
Merge branch 'main' into missing-serivce-policies
Browse files Browse the repository at this point in the history
  • Loading branch information
seconroy committed Sep 8, 2024
2 parents c552dd1 + a934646 commit ad9007c
Show file tree
Hide file tree
Showing 1,804 changed files with 115,024 additions and 118,557 deletions.
85 changes: 50 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,61 @@
## 0.3.14 (unreleased)
## 0.4.2 (unreleased)

- Add `sdwan_policy_object_application_list` resource and data source
- Add `sdwan_policy_object_sla_class_list` resource and data source
- Add `sdwan_service_multicast_feature` resource and data source
- Add `sdwan_service_routing_eigrp_feature` resource and data source
- Add `sdwan_service_wireless_lan_feature` resource and data source

## 0.4.1

- Update documentation categories

## 0.4.0

- Fix issue when reading deleted `sdwan_cli_config_profile_parcel` resource, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/291)
- Add `sdwan_transport_tracker_group_profile_parcel` resource and data source
- Add `sdwan_transport_tracker_profile_parcel` resource and data source
- Add `sdwan_service_tracker_group_profile_parcel` resource and data source
- Add `sdwan_transport_ipv6_tracker_group_profile_parcel` resource and data source
- Add `sdwan_service_object_tracker_profile_parcel` resource and data source
- Add `sdwan_service_object_tracker_group_profile_parcel` resource and data source
- BREAKING CHANGE: Rename `enable_crl_check` attribute of `sdwan_system_remote_access_profile_parcel,` resource to `enable_certificate_list_check`
- Add `sdwan_transport_tracker_group_feature` resource and data source
- Add `sdwan_transport_tracker_feature` resource and data source
- Add `sdwan_service_tracker_group_feature` resource and data source
- Add `sdwan_transport_ipv6_tracker_group_feature` resource and data source
- Add `sdwan_service_object_tracker_feature` resource and data source
- Add `sdwan_service_object_tracker_group_feature` resource and data source
- BREAKING CHANGE: Rename `enable_crl_check` attribute of `sdwan_system_remote_access_profile_parcel` resource to `enable_certificate_list_check`
- BREAKING CHANGE: Rename `psk_selection` attribute of `sdwan_system_remote_access_profile_parcel` resource to `psk_authentication_type`
- BREAKING CHANGE: Rename `aaa_derive_name_identity` attribute of `sdwan_system_remote_access_profile_parcel` resource to `aaa_derive_name_from_peer_identity`
- BREAKING CHANGE: Rename `aaa_derive_name_domain` attribute of `sdwan_system_remote_access_profile_parcel` resource to `aaa_derive_name_from_peer_domain`
- BREAKING CHANGE: Removes `any_connect_eap_profile_download_status` and `any_connect_eap_profile_file_name` attributes of `sdwan_system_remote_access_profile_parcel`
- Add `sdwan_policy_object_feature_profile` resource and data source
- Add `sdwan_policy_object_class_map_profile_parcel` resource and data source
- Add `sdwan_policy_object_color_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_data_ipv6_prefix_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_data_ipv4_prefix_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_tloc_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_expanded_community_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_extended_community_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_mirror_profile_parcel` resource and data source
- Add `sdwan_policy_object_policer_profile_parcel` resource and data source
- Add `sdwan_policy_object_ipv4_prefix_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_ipv6_prefix_list_profile_parcel` resource and data source
- Add `sdwan_policy_object_class_map` resource and data source
- Add `sdwan_policy_object_color_list` resource and data source
- Add `sdwan_policy_object_data_ipv6_prefix_list` resource and data source
- Add `sdwan_policy_object_data_ipv4_prefix_list` resource and data source
- Add `sdwan_policy_object_tloc_list` resource and data source
- Add `sdwan_policy_object_expanded_community_list` resource and data source
- Add `sdwan_policy_object_extended_community_list` resource and data source
- Add `sdwan_policy_object_mirror` resource and data source
- Add `sdwan_policy_object_policer` resource and data source
- Add `sdwan_policy_object_ipv4_prefix_list` resource and data source
- Add `sdwan_policy_object_ipv6_prefix_list` resource and data source
- Add `sdwan_other_feature_profile` resource and data source
- Add `sdwan_other_ucse_profile_parcel` resource and data source
- Add `sdwan_other_thousandeyes_profile_parcel` resource and data source
- Add `sdwan_transport_gps_profile_parcel` resource and data source
- Add `sdwan_transport_routing_ospf_profile_parcel` resource and data source
- Add `sdwan_transport_routing_ospfv3_ipv4_profile_parcel` resource and data source
- Add `sdwan_transport_routing_ospfv3_ipv6_profile_parcel` resource and data source
- Add `sdwan_service_routing_ospf_profile_parcel` resource and data source
- Add `sdwan_service_routing_ospfv3_ipv4_profile_parcel` resource and data source
- Add `sdwan_service_routing_ospfv3_ipv6_profile_parcel` resource and data source
- Add `sdwan_service_routing_bgp_profile_parcel` resource and data source
- 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_service_multicast_profile_parcel` resource and data source
- Add `sdwan_service_routing_eigrp_profile_parcel` resource and data source
- Add `sdwan_service_wireless_lan_profile_parcel` resource and data source
- Add `sdwan_other_ucse_feature` resource and data source
- Add `sdwan_other_thousandeyes_feature` resource and data source
- Add `sdwan_transport_gps_feature` resource and data source
- Add `sdwan_transport_routing_ospf_feature` resource and data source
- Add `sdwan_transport_routing_ospfv3_ipv4_feature` resource and data source
- Add `sdwan_transport_routing_ospfv3_ipv6_feature` resource and data source
- Add `sdwan_service_routing_ospf_feature` resource and data source
- Add `sdwan_service_routing_ospfv3_ipv4_feature` resource and data source
- Add `sdwan_service_routing_ospfv3_ipv6_feature` resource and data source
- Add `sdwan_service_routing_bgp_feature` resource and data source
- Add `sdwan_service_switchport_feature` resource and data source
- Add `sdwan_transport_route_policy_feature` resource and data source
- Add `sdwan_service_route_policy_feature` resource and data source
- BREAKING CHANGE: Rename all profile parcel resources and data sources being used in configuration groups to "Features" with a `_feature` suffix
- BREAKING CHANGE: Rename `sdwan_application_priority_qos_policy_profile_parcel` resource and data source to `sdwan_application_priority_qos_policy`
- Fix issue when reading deleted `sdwan_configuration_group` resource, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/297)
- BREAKING CHANGE: Rename `service_lan_vpn_profile_parcel_id` attribute of `sdwan_service_lan_vpn_interface_ethernet_feature`, `sdwan_service_lan_vpn_interface_gre_feature`, `sdwan_service_lan_vpn_interface_ipsec_feature` and `sdwan_service_lan_vpn_interface_svi_feature` resource to `service_lan_vpn_feature_id`
- BREAKING CHANGE: Rename `transport_management_vpn_profile_parcel_id` attribute of `sdwan_transport_management_vpn_interface_ethernet_feature` resource to `transport_management_vpn_feature_id`
- BREAKING CHANGE: Rename `transport_wan_vpn_profile_parcel_id` attribute of `sdwan_transport_wan_vpn_interface_cellular_feature`, `sdwan_transport_wan_vpn_interface_ethernet_feature`, `sdwan_transport_wan_vpn_interface_gre_feature`, `sdwan_transport_wan_vpn_interface_ipsec_feature` and `sdwan_transport_wan_vpn_interface_t1_e1_serial_feature` resource to `transport_wan_vpn_feature_id`

## 0.3.13

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_advanced_inspection_profile_policy_definition Data Source - terraform-provider-sdwan"
subcategory: "Security Policies"
subcategory: "(Classic) Security Policies"
description: |-
This data source can read the Advanced Inspection Profile Policy Definition .
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_advanced_malware_protection_policy_definition Data Source - terraform-provider-sdwan"
subcategory: "Security Policies"
subcategory: "(Classic) Security Policies"
description: |-
This data source can read the Advanced Malware Protection Policy Definition .
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/allow_url_list_policy_object.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_allow_url_list_policy_object Data Source - terraform-provider-sdwan"
subcategory: "Policy Objects"
subcategory: "(Classic) Policy Objects"
description: |-
This data source can read the Allow URL List Policy Object .
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/app_probe_class_policy_object.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_app_probe_class_policy_object Data Source - terraform-provider-sdwan"
subcategory: "Policy Objects"
subcategory: "(Classic) Policy Objects"
description: |-
This data source can read the App Probe Class Policy Object .
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_application_aware_routing_policy_definition Data Source - terraform-provider-sdwan"
subcategory: "Centralized Policies"
subcategory: "(Classic) Centralized Policies"
description: |-
This data source can read the Application Aware Routing Policy Definition .
---
Expand Down Expand Up @@ -86,6 +86,7 @@ Read-Only:
- `dns_application_list_id` (String) DNS Application list ID
- `dns_application_list_version` (Number) DNS Application list version
- `dscp` (Number) DSCP value
- `icmp_message` (String) ICMP Message
- `plp` (String) PLP
- `protocol` (String) IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- `source_data_prefix_list_id` (String) Source Data Prefix list ID
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/application_list_policy_object.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_application_list_policy_object Data Source - terraform-provider-sdwan"
subcategory: "Policy Objects"
subcategory: "(Classic) Policy Objects"
description: |-
This data source can read the Application List Policy Object .
---
Expand Down
48 changes: 48 additions & 0 deletions docs/data-sources/application_priority_qos_policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_application_priority_qos_policy Data Source - terraform-provider-sdwan"
subcategory: "Policies"
description: |-
This data source can read the Application Priority QoS Policy.
---

# sdwan_application_priority_qos_policy (Data Source)

This data source can read the Application Priority QoS Policy.

## Example Usage

```terraform
data "sdwan_application_priority_qos_policy" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `feature_profile_id` (String) Feature Profile ID
- `id` (String) The id of the Policy

### Read-Only

- `description` (String) The description of the Policy
- `name` (String) The name of the Policy
- `qos_schedulers` (Attributes List) qosSchedulers (see [below for nested schema](#nestedatt--qos_schedulers))
- `target_interface` (Set of String) interfaces
- `target_interface_variable` (String) Variable name
- `version` (Number) The version of the Policy

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

Read-Only:

- `bandwidth` (String) bandwidthPercent
- `drops` (String) drops
- `forwarding_class_id` (String)
- `queue` (String) queue
- `scheduling_type` (String) scheduling

This file was deleted.

2 changes: 1 addition & 1 deletion docs/data-sources/as_path_list_policy_object.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_as_path_list_policy_object Data Source - terraform-provider-sdwan"
subcategory: "Policy Objects"
subcategory: "(Classic) Policy Objects"
description: |-
This data source can read the AS Path List Policy Object .
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/block_url_list_policy_object.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_block_url_list_policy_object Data Source - terraform-provider-sdwan"
subcategory: "Policy Objects"
subcategory: "(Classic) Policy Objects"
description: |-
This data source can read the Block URL List Policy Object .
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cedge_aaa_feature_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_cedge_aaa_feature_template Data Source - terraform-provider-sdwan"
subcategory: "Feature Templates"
subcategory: "(Classic) Feature Templates"
description: |-
This data source can read the cEdge AAA feature template.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cedge_global_feature_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_cedge_global_feature_template Data Source - terraform-provider-sdwan"
subcategory: "Feature Templates"
subcategory: "(Classic) Feature Templates"
description: |-
This data source can read the cEdge Global feature template.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cedge_igmp_feature_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_cedge_igmp_feature_template Data Source - terraform-provider-sdwan"
subcategory: "Feature Templates"
subcategory: "(Classic) Feature Templates"
description: |-
This data source can read the cEdge IGMP feature template.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cedge_multicast_feature_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_cedge_multicast_feature_template Data Source - terraform-provider-sdwan"
subcategory: "Feature Templates"
subcategory: "(Classic) Feature Templates"
description: |-
This data source can read the cEdge Multicast feature template.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cedge_pim_feature_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_cedge_pim_feature_template Data Source - terraform-provider-sdwan"
subcategory: "Feature Templates"
subcategory: "(Classic) Feature Templates"
description: |-
This data source can read the cEdge PIM feature template.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_cellular_cedge_profile_feature_template Data Source - terraform-provider-sdwan"
subcategory: "Feature Templates"
subcategory: "(Classic) Feature Templates"
description: |-
This data source can read the Cellular cEdge Profile feature template.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cellular_controller_feature_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_cellular_controller_feature_template Data Source - terraform-provider-sdwan"
subcategory: "Feature Templates"
subcategory: "(Classic) Feature Templates"
description: |-
This data source can read the Cellular Controller feature template.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cellular_profile_feature_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_cellular_profile_feature_template Data Source - terraform-provider-sdwan"
subcategory: "Feature Templates"
subcategory: "(Classic) Feature Templates"
description: |-
This data source can read the Cellular Profile feature template.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/centralized_policy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_centralized_policy Data Source - terraform-provider-sdwan"
subcategory: "Centralized Policies"
subcategory: "(Classic) Centralized Policies"
description: |-
This data source can read the Centralized Policy .
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cflowd_policy_definition.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_cflowd_policy_definition Data Source - terraform-provider-sdwan"
subcategory: "Centralized Policies"
subcategory: "(Classic) Centralized Policies"
description: |-
This data source can read the Cflowd Policy Definition .
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_banner_feature_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_cisco_banner_feature_template Data Source - terraform-provider-sdwan"
subcategory: "Feature Templates"
subcategory: "(Classic) Feature Templates"
description: |-
This data source can read the Cisco Banner feature template.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_bfd_feature_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_cisco_bfd_feature_template Data Source - terraform-provider-sdwan"
subcategory: "Feature Templates"
subcategory: "(Classic) Feature Templates"
description: |-
This data source can read the Cisco BFD feature template.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cisco_bgp_feature_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_cisco_bgp_feature_template Data Source - terraform-provider-sdwan"
subcategory: "Feature Templates"
subcategory: "(Classic) Feature Templates"
description: |-
This data source can read the Cisco BGP feature template.
---
Expand Down
Loading

0 comments on commit ad9007c

Please sign in to comment.