This folder contains a very simple Terraform module to demonstrate how you can use Terratest to write automated tests for your Terraform code.
- Install Terraform and make sure it's on your
PATH
. - Run
terraform init
. - Run
terraform apply
. - When you're done, run
terraform destroy
.