Skip to content

Commit f60622e

Browse files
committed
corrected tDn to tdn on dhcp_relay
1 parent e3d268e commit f60622e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policies-global.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource "aci_dhcp_relay_policy" "dhcp_relay" {
5858
tenant_dn = "uni/infra"
5959
relation_dhcp_rs_prov {
6060
addr = each.value.address
61-
tDn = length(
61+
tdn = length(
6262
regexall("external_epg", each.value.epg_type)
6363
) > 0 ? "uni/tn-${each.value.tenant}/out-${each.value.l3out}/instP-${each.value.epg}" : length(
6464
regexall("application_epg", each.value.epg_type)

0 commit comments

Comments
 (0)