Archived documentation version for the DevNet Expert exam. Learn more at DevNet Academy | Docs Home
Newer Version Available

You are viewing the documentation for version 0.7.0. The latest version is 2.15.0.

Go to latest version

aci_tenant

Manages ACI Tenant

Example Usage

resource "aci_tenant" "footenant" {
  description = "%s"
  name        = "demo_tenant"
  annotation  = "tag_tenant"
  name_alias  = "alias_tenant"
}

Argument Reference

Attribute Reference

The only attribute that this resource exports is the id, which is set to the Dn of the Tenant.

Importing

An existing Tenant can be [imported][docs-import] into this resource via its Dn, via the following command:
terraform import aci_tenant.example