You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
Here's GUI configuration for SaaS:
terraform import
understands and imports the "serviceArea" type of "match_entries", however, when applying this in a resource configuration, getting the error:The text was updated successfully, but these errors were encountered: