This repo will create a tenant with all the necesary configuration to create a 3tier apps
- Clone the Repo
git clone https://github.com/raguerra7/aci-vm-terraform
cd aci-terraform
- Modify
main.tf-example
to your settings and rename it tomain.tf
- Modify the VMM Domain DN in file
application_profile.tf
with your proper VMM-Domain DN - Run the plan and apply
terraform plan
terraform apply