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
The first TF apply works OK, but the 2nd TF apply always shows the change:
# sdwan_transport_ipv4_acl_feature.transport_ipv4_acl_feature will be updated in-place
~ resource "sdwan_transport_ipv4_acl_feature" "transport_ipv4_acl_feature" {
id = "cd760664-34a2-47a8-b309-3d0cc02f32c6"
name = "vpn0_acl_out"
~ sequences = [
~ {
~ match_entries = [
~ {
+ destination_data_prefix_variable = "{{test}}"
},
]
# (3 unchanged attributes hidden)
},
]
~ version = 0 -> (known after apply)
# (3 unchanged attributes hidden)
}
The expected behavior would be for 2nd TF apply to show no changes. Same issue happens for source_data_prefix_variable. The fix we do here should work also for transport ipv6 acl and service ipv4/ipv6 acl.
The text was updated successfully, but these errors were encountered:
When you configure the following resource:
The first TF apply works OK, but the 2nd TF apply always shows the change:
The expected behavior would be for 2nd TF apply to show no changes. Same issue happens for source_data_prefix_variable. The fix we do here should work also for transport ipv6 acl and service ipv4/ipv6 acl.
The text was updated successfully, but these errors were encountered: