An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Tests](https://github.com/netascode/terraform-aci-scaffolding/actions/workflows/test.yml/badge.svg)](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 |