| subcategory | Access Policies |
|---|---|
| layout | aci |
| page_title | ACI: aci_access_interface_override |
| sidebar_current | docs-aci-list-resource-aci_access_interface_override |
| description | Manages ACI Access Interface Override |
List existing ACI Access Interface Override objects with the terraform query command.
For more information about the usage see the official Hashicorp documentation for importing existing resources in bulk.
-
Class: infraHPathS
-
Supported in ACI versions: 1.1(1j) and later.
-
Distinguished Name Format:
uni/infra/hpaths-{name}
- Locations:
Fabric -> Access Policies -> Interfaces -> Leaf Interfaces -> OverridesFabric -> Access Policies -> Interfaces -> Spine Interfaces -> Overrides
The configuration snippet below shows an example for Access Interface Override with only required attributes. This snippet retrieves a list of all Access Interface Override objects.
list "aci_access_interface_override" "example" {
provider = aci
}The configuration snippet below shows an example for Access Interface Override with filter capabilties.
list "aci_access_interface_override" "example" {
provider = aci
config {
filter = "query-target-filter=eq(infraHPathS.dn,\"uni/infra/hpaths-{name}\")"
}
}-
config- (map) A map that contains all configurable options for the list resource.filter- (string) A filter to restrict the results of the class query to APIC. See Cisco APIC REST API Configuration Guide, Release 4.2(x) and Later for more information about composing filter query expressions.