https://github.com/netascode/terraform-aci-scaffolding
Terraform Cisco ACI Scaffolding Module
https://github.com/netascode/terraform-aci-scaffolding
aci cisco terraform terraform-module
Last synced: about 1 month ago
JSON representation
Terraform Cisco ACI Scaffolding Module
- Host: GitHub
- URL: https://github.com/netascode/terraform-aci-scaffolding
- Owner: netascode
- License: apache-2.0
- Created: 2021-07-16T15:09:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T12:04:12.000Z (over 1 year ago)
- Last Synced: 2025-03-21T18:04:17.543Z (2 months ago)
- Topics: aci, cisco, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 43.9 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/netascode/terraform-aci-scaffolding/actions/workflows/test.yml)
# Terraform ACI Scaffolding Module
Description
Location in GUI:
`Tenants` » `XXX`## Examples
```hcl
module "aci_scaffolding" {
source = "netascode/scaffolding/aci"
version = ">= 0.0.1"name = "ABC"
alias = "ABC-ALIAS"
description = "My Description"
}
```## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0.0 |
| [aci](#requirement\_aci) | >= 2.0.0 |## Providers
| Name | Version |
|------|---------|
| [aci](#provider\_aci) | >= 2.0.0 |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [name](#input\_name) | Tenant name. | `string` | n/a | yes |
| [alias](#input\_alias) | Tenant alias. | `string` | `""` | no |
| [description](#input\_description) | Tenant description. | `string` | `""` | no |## Outputs
| Name | Description |
|------|-------------|
| [dn](#output\_dn) | Distinguished name of `fvTenant` object. |
| [name](#output\_name) | Tenant name. |## Resources
| Name | Type |
|------|------|
| [aci_rest_managed.fvTenant](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/rest_managed) | resource |