Sample code for the blog post. See the post for a description of the contents and structure.
- Download and install Terraform.
- Open the directory with the checked-out code and run
terraform init
. - Decide on a way to authenticate against AWS. The easiest way is to configure a default credentials profile with AWS CLI.
- Adjust the code, run any other commands, ie.
terraform plan
orterraform apply
.