You are viewing the documentation for version 0.7.0. The latest version is 2.15.0.
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
name- (Required) name of Object tenant.annotation- (Optional) annotation for object tenant.name_alias- (Optional) name_alias for object tenant.relation_fv_rs_tn_deny_rule- (Optional) Relation to class vzFilter. Cardinality - N_TO_M. Type - Set of String.relation_fv_rs_tenant_mon_pol- (Optional) Relation to class monEPGPol. Cardinality - N_TO_ONE. Type - String.
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