terraform-provider-sdwan
terraform-provider-sdwan copied to clipboard
[UX2.0] Adds Application Priority Traffic Policy
Description
Adds Application Priority Traffic Policy profile parcel resource and data source
DO NOT MERGE - I have been unable to find all parameters that are in the schema within the UI. Additionally, there is a type issue with sourcePort
and destinationPort
.
Types of Changes
- [x] New feature (non-breaking change which adds functionaality)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Build/CI change
- [ ] Code quality improvement/refactoring/documentation (no functional changes)
Checklist
- [x] My code follows the code style of this project
- [x] I have added tests to cover my changes
- [ ] All new and existing tests pass locally