This repository contains my code as I learn to use the Terraform tool. My goal is to learn how to use Terraform to create infrastructure, primarily for AWS. The codes I develop during my studies will be placed here.
1. terraform init
2. terraform plan
3. terraform apply
4. terraform destroy
Para auxiliar no debug, é possível habilitar o Log Trace durante a execução dos comandos terraform
export TF_LOG=TRACE