This repo handles different Terrafom providers projects.
The aim of this repo is to show different integrations of Terraform to deploy environments in different Providers( Openstack, AWS...)
The repo is divided in different folder based on the nature of the provider.
Provider list: https://www.terraform.io/docs/providers/index.html
terraform plan
: It shows a plan with the tasks that will be done.terraform apply
: Apply the changes in the providerterraform destroy
: Destroy the changes previously applied