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
For the configuration items with route_policy defined (in the example above route_leak_from_other_services), a diff is not seen. Looks like update logic setting to null attributes if routePolicy.refId is missing.
Provider "registry.terraform.io/ciscodevnet/sdwan" produced an unexpected new value for sdwan_service_lan_vpn_feature.example-lan during refresh.
- .advertise_omp_ipv6s[0].protocol: was cty.StringVal("BGP"), but now null
- .advertise_omp_ipv6s[1].protocol: was cty.StringVal("Connected"), but now null
- .advertise_omp_ipv6s[2].protocol: was cty.StringVal("Static"), but now null
- .advertise_omp_ipv6s[3].prefixes[0].aggregate_only: was cty.True, but now null
- .advertise_omp_ipv6s[3].prefixes[0].prefix: was cty.StringVal("2001:0:0:1::/64"), but now null
- .advertise_omp_ipv6s[3].protocol: was cty.StringVal("Aggregate"), but now null
- .route_leak_to_global_vpns[0].route_protocol: was cty.StringVal("bgp"), but now null
- .route_leak_to_global_vpns[0].redistributions[0].protocol: was cty.StringVal("ospf"), but now null
- .route_leak_from_global_vpns[0].redistributions[0].protocol: was cty.StringVal("bgp"), but now null
- .route_leak_from_global_vpns[0].route_protocol: was cty.StringVal("static"), but now null
- .advertise_omp_ipv4s[0].protocol: was cty.StringVal("bgp"), but now null
- .advertise_omp_ipv4s[1].protocol: was cty.StringVal("connected"), but now null
- .advertise_omp_ipv4s[2].protocol: was cty.StringVal("static"), but now null
- .advertise_omp_ipv4s[3].prefixes[0].subnet_mask: was cty.StringVal("255.255.255.0"), but now null
- .advertise_omp_ipv4s[3].prefixes[0].network_address: was cty.StringVal("10.10.1.0"), but now null
- .advertise_omp_ipv4s[3].prefixes[1].network_address: was cty.StringVal("10.10.2.0"), but now null
- .advertise_omp_ipv4s[3].prefixes[1].subnet_mask: was cty.StringVal("255.255.255.0"), but now null
- .advertise_omp_ipv4s[3].protocol: was cty.StringVal("network"), but now null
- .advertise_omp_ipv4s[4].prefixes[0].aggregate_only: was cty.True, but now null
- .advertise_omp_ipv4s[4].prefixes[0].network_address: was cty.StringVal("10.10.0.0"), but now null
- .advertise_omp_ipv4s[4].prefixes[0].subnet_mask: was cty.StringVal("255.255.255.0"), but now null
- .advertise_omp_ipv4s[4].protocol: was cty.StringVal("aggregate"), but now null
The text was updated successfully, but these errors were encountered:
Configuration of service vpn lan:
For configuration items where route-policy can be configured, but will not be used, TF will see diff in next run:
For the configuration items with route_policy defined (in the example above route_leak_from_other_services), a diff is not seen. Looks like update logic setting to null attributes if routePolicy.refId is missing.
The text was updated successfully, but these errors were encountered: