We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4fd86 commit a0202b7Copy full SHA for a0202b7
1 file changed
cc_fabric.tf
@@ -883,7 +883,7 @@ locals {
883
rp_device_location = try(rp.rp_location, null)
884
network_device_ids = try(rp.rp_location, "") == "FABRIC" ? [
885
for device_name in try(rp.fabric_rps, []) :
886
- try(local.device_name_to_id[device_name], null)
+ try(local.device_name_to_id[device_name], local.device_name_to_id[local.name_to_fqdn_mapping[device_name]], null)
887
] : null
888
}
889
]
0 commit comments