Utilizing Terraform with aws to build out infrastructure
Common commands
terraform init: initialize backend with working dir
terraform plan: show execution plan
terraform apply: executes plan
terraform destroy: destroy infrastructure
terraform state list: list all resources created
terraform show: lists all of your resources with all of its outputs and variables
terraform graph: converts main.tf to a DAG for visualization