File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,12 +86,12 @@ resource "aci_access_switch_policy_group" "switches_leaf_policy_groups" {
86
86
) > 0 ? " uni/infra/bfdIpv6Inst-${ each . value . bfd_ipv6_policy } " : " "
87
87
# class: bfdMhIpv4InstPol
88
88
relation_infra_rs_bfd_mh_ipv4_inst_pol = length (regexall (
89
- " ^([5-9]|[1-9][0-9]\\ ." , var. apic_version )
89
+ " ^([5-9]|[1-9][0-9]) \\ ." , var. apic_version )
90
90
) > 0 && length (compact ([each . value . bfd_multihop_ipv4_policy ])
91
91
) > 0 ? " uni/infra/bfdMhIpv4Inst-${ each . value . bfd_multihop_ipv4_policy } " : " "
92
92
# class: bfdMhIpv6InstPol
93
93
relation_infra_rs_bfd_mh_ipv6_inst_pol = length (regexall (
94
- " ^([5-9]|[1-9][0-9]\\ ." , var. apic_version )
94
+ " ^([5-9]|[1-9][0-9]) \\ ." , var. apic_version )
95
95
) > 0 && length (compact ([each . value . bfd_multihop_ipv6_policy ])
96
96
) > 0 ? " uni/infra/bfdMhIpv6Inst-${ each . value . bfd_multihop_ipv6_policy } " : " "
97
97
# class: equipmentFlashConfigPol
You can’t perform that action at this time.
0 commit comments