-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor updates to features names (#62)
* rename "sdwan_profile_parcels.tf" to "sdwan_features.tf" * provide default value for feature name if not explicitly set * simplify default feature name from "profile_name-feature_name" to "feature_name" * update changelog
- Loading branch information
Showing
2 changed files
with
33 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
## 0.1.1 (unreleased) | ||
|
||
- rename "sdwan_profile_parcels.tf" to "sdwan_features.tf" | ||
- provide default value for name if not explicitly set for sdwan_system_basic_feature, sdwan_system_omp_feature, sdwan_system_performance_monitoring_feature, sdwan_system_security_feature, sdwan_system_snmp_feature and sdwan_transport_wan_vpn_feature | ||
- simplify default feature name from "profile_name-feature_name" to "feature_name" | ||
- add support for sdwan_policy_object_feature_profile resource | ||
- add support for sdwan_policy_object_class_map resource | ||
- add support for sdwan_policy_object_data_ipv4_prefix_list resource | ||
- add support for sdwan_policy_object_data_ipv6_prefix_list resource | ||
- add support for sdwan_policy_object_expanded_community_list resource | ||
- add support for sdwan_policy_object_extended_community_list resource | ||
- add support for sdwan_policy_object_ipv4_prefix_list resource | ||
- add support for sdwan_policy_object_ipv6_prefix_list resource | ||
- add support for sdwan_policy_object_mirror resource | ||
- add support for sdwan_policy_object_policer resource | ||
- add support for sdwan_policy_object_tloc_list resource | ||
|
||
## 0.1.0 | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters