/terraform-getting-started

Test terraform setup - walking through the getting started guide

Primary LanguageHCL

terraform-getting-started

Walking through the getting started guide for terraform.

Also walking through other examples of terraform and seeing if I can replicate some patterns (like externalizing vars into a separate file) as I go.

Running this using terraform requires a *.auto.tfvars file that details your aws credentials and the id of the Amazon Machine Image (ami_id) that you want to use. This file should be gitignored.