Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 2.44 KB

File metadata and controls

62 lines (43 loc) · 2.44 KB
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

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.

API Information

  • Class: infraHPathS

  • Supported in ACI versions: 1.1(1j) and later.

  • Distinguished Name Format: uni/infra/hpaths-{name}

GUI Information

  • Locations:
    • Fabric -> Access Policies -> Interfaces -> Leaf Interfaces -> Overrides
    • Fabric -> Access Policies -> Interfaces -> Spine Interfaces -> Overrides

Example Usage

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}\")"
  }
}

Schema

Optional