Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 612 Bytes

Terraform

This repo handles different Terrafom providers projects.

Getting started

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 commands to run the configuration

  • terraform plan : It shows a plan with the tasks that will be done.
  • terraform apply : Apply the changes in the provider
  • terraform destroy : Destroy the changes previously applied