Skip to content

Commit ce9c3ac

Browse files
committed
fix for l2handoff without anycast
1 parent 5b6c6c4 commit ce9c3ac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cc_fabric.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,10 @@ resource "catalystcenter_fabric_l2_handoff" "l2_handoff_no_anycast" {
799799
external_vlan_id = try(each.value.external_vlan_id, null)
800800

801801
depends_on = [catalystcenter_fabric_device.border_device, catalystcenter_fabric_devices.fabric_devices, catalystcenter_fabric_site.fabric_site, catalystcenter_fabric_l2_virtual_network.l2_vn]
802+
803+
lifecycle {
804+
ignore_changes = [internal_vlan_id]
805+
}
802806
}
803807

804808
# Resolve port assignment interfaces range to interfaces list

0 commit comments

Comments
 (0)