We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifics:
API Information:
GUI Location:
Resource configuration using aci_rest_managed:
resource "aci_rest_managed" "external_epg_intra_epg_contracts" { depends_on = [ aci_external_network_instance_profile.l3out_external_epgs, aci_rest_managed.oob_external_epgs ] for_each = { for k, v in local.l3out_ext_epg_contracts : k => v if v.controller_type == "apic" && v.contract_type == "intra_epg" } dn = "uni/tn-${each.value.tenant}/out-${each.value.l3out}/instP-${each.value.epg}/rsintraEpg-${each.value.contract}" class_name = "fvRsIntraEpg" content = { tnVzBrCPName = each.value.contract } }
The text was updated successfully, but these errors were encountered:
akinross
Successfully merging a pull request may close this issue.
Specifics:
API Information:
GUI Location:
Resource configuration using aci_rest_managed:
The text was updated successfully, but these errors were encountered: