We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d268e commit f60622eCopy full SHA for f60622e
policies-global.tf
@@ -58,7 +58,7 @@ resource "aci_dhcp_relay_policy" "dhcp_relay" {
58
tenant_dn = "uni/infra"
59
relation_dhcp_rs_prov {
60
addr = each.value.address
61
- tDn = length(
+ tdn = length(
62
regexall("external_epg", each.value.epg_type)
63
) > 0 ? "uni/tn-${each.value.tenant}/out-${each.value.l3out}/instP-${each.value.epg}" : length(
64
regexall("application_epg", each.value.epg_type)
0 commit comments