Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 581 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 581 Bytes

Structuring Terraform for World Domination

Sample code for the blog post. See the post for a description of the contents and structure.

Quick Start

  1. Download and install Terraform.
  2. Open the directory with the checked-out code and run terraform init.
  3. Decide on a way to authenticate against AWS. The easiest way is to configure a default credentials profile with AWS CLI.
  4. Adjust the code, run any other commands, ie. terraform plan or terraform apply.