Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

terraform-cisco-modules/terraform-aci-virtual-networking

Repository files navigation

License: GPL v3 Developed by: Cisco

Terraform ACI - Virtual Networking Module

A Terraform module to configure ACI Virtual Networking.

This module is part of the Cisco Intersight as Code project. Its goal is to allow users to instantiate network fabrics in minutes using an easy to use, opinionated data model. It takes away the complexity of having to deal with references, dependencies or loops. By completely separating data (defining variables) from logic (infrastructure declaration), it allows the user to focus on describing the intended configuration while using a set of maintained and tested Terraform Modules without the need to understand the low-level Intersight object model.

A comprehensive example using this module is available here: https://github.com/terraform-cisco-modules/easy-aci-complete

Requirements

Name Version
terraform >= 1.3.0
aci >= 2.1.0

Providers

Name Version
aci >= 2.1.0

Inputs

Name Description Type Default Required
model Model data. any n/a yes
vmm_password_1 Password for VMM Credentials Policy. string "" no
vmm_password_2 Password for VMM Credentials Policy. string "" no
vmm_password_3 Password for VMM Credentials Policy. string "" no
vmm_password_4 Password for VMM Credentials Policy. string "" no
vmm_password_5 Password for VMM Credentials Policy. string "" no

Outputs

No outputs.

Resources

Name Type
aci_rest_managed.vmm_domain_uplinks resource
aci_rest_managed.vmm_uplinks resource
aci_vmm_controller.controllers resource
aci_vmm_credential.credentials resource
aci_vmm_domain.vmm_domains resource
aci_vswitch_policy.vswitch_policies resource

About

Terraform - ACI > Virtual Networking Module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages