Skip to content

Latest commit

 

History

History
82 lines (64 loc) · 6.84 KB

File metadata and controls

82 lines (64 loc) · 6.84 KB
subcategory layout page_title sidebar_current description
Generic
aci
ACI: aci_tag
docs-aci-data-source-aci_tag
Data source for ACI Tag

aci_tag

Data source for ACI Tag

API Information

  • Class: tagTag

  • Supported in ACI versions: 3.2(1l) and later.

  • Distinguished Name Formats:

    • Too many DN formats to display, see model documentation for all possible parents of tagTag.
    • uni/tn-{name}/BD-{name}/tagKey-{key}
    • uni/tn-{name}/ap-{name}/epg-{name}/tagKey-{key}
    • uni/tn-{name}/ap-{name}/tagKey-{key}
    • uni/tn-{name}/eptags/epiptag-[{ip}]-{ctxName}/tagKey-{key}
    • uni/tn-{name}/tagKey-{key}

GUI Information

  • Location: Under every object as Policy Tags in the Operational tab in recent APIC versions.

Example Usage

data "aci_tag" "example_tenant" {
  parent_dn = aci_tenant.example.id
  key       = "test_key"
}

data "aci_tag" "example_application_epg" {
  parent_dn = aci_application_epg.example.id
  key       = "test_key"
}

Schema

Required

Read-Only

  • id - (string) The distinguished name (DN) of the Tag object.
  • value (value) - (string) The value of the property.