Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdwan_application_aware_routing_policy_definition: match type "serviceArea" not accepted #311

Open
cmohorea opened this issue Aug 29, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cmohorea
Copy link

Here's GUI configuration for SaaS:
image

terraform import understands and imports the "serviceArea" type of "match_entries", however, when applying this in a resource configuration, getting the error:

│ Error: Invalid Attribute Value Match
│ 
│   with sdwan_application_aware_routing_policy_definition.CN_AAR_POLICY,
│   on sdwan-tf-import-main.tf line 5855, in resource "sdwan_application_aware_routing_policy_definition" "CN_AAR_POLICY":
│ 5855: resource "sdwan_application_aware_routing_policy_definition" "CN_AAR_POLICY" {
│ 
│ Attribute sequences[0].match_entries[0].type value must be one of: ["appList" "dnsAppList" "dns" "dscp" "plp" "protocol" "sourceDataPrefixList" "sourceIp" "sourcePort"
│ "destinationDataPrefixList" "destinationIp" "destinationRegion" "destinationPort" "trafficTo"], got: "serviceArea"
@seconroy seconroy self-assigned this Sep 2, 2024
@seconroy seconroy added the bug Something isn't working label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@cmohorea @seconroy and others