Description
Location in GUI:
Tenants
» XXX
module "aci_scaffolding" {
source = "netascode/scaffolding/aci"
version = ">= 0.0.1"
name = "ABC"
alias = "ABC-ALIAS"
description = "My Description"
}
Name | Version |
---|---|
terraform | >= 1.0.0 |
aci | >= 2.0.0 |
Name | Version |
---|---|
aci | >= 2.0.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | Tenant name. | string |
n/a | yes |
alias | Tenant alias. | string |
"" |
no |
description | Tenant description. | string |
"" |
no |
Name | Description |
---|---|
dn | Distinguished name of fvTenant object. |
name | Tenant name. |
Name | Type |
---|---|
aci_rest_managed.fvTenant | resource |