Archived documentation version rendered and hosted by DevNetExpertTraining.com

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