CiscoDevNet / terraform-provider-sdwan

Terraform Cisco SD-WAN Provider
https://registry.terraform.io/providers/CiscoDevNet/sdwan
Mozilla Public License 2.0
17 stars 11 forks source link

[UX2.0] Transport BGP parcel configuration is successful, but doesn't display in UI #267

Open tzarski0 opened 1 month ago

tzarski0 commented 1 month ago

In the most recent repository, when you configure basic transport bgp parcel:

  + resource "sdwan_transport_routing_bgp_profile_parcel" "transport_routing_bgp_profile_parcel" {
      + as_number          = 65000
      + description        = "VPN 0 BGP"
      + feature_profile_id = "a2f247c7-646f-4fd1-b04a-fd1504ff7458"
      + id                 = (known after apply)
      + name               = "transport_bgp"
      + version            = (known after apply)
    }

the terraform apply is successful, but when you go to UI and click edit, the parcel is not loaded. In the web console, I see errors: ERROR TypeError: i.payload.addressFamily.name is undefined.