infra-examples This repository contains various examples of provisioning cloud infrastructure with specific use-cases in mind. Common Prerequisites 1. AWS AWS CLI Install CLI: guide Configure CLI with API Keys and Profile: guide Change provider.profile in terraform/provider.tf to match the name of your own profile 2. Terraform Terraform CLI Install CLI: guide Configure with API Token: guide Terraform Organization + Workspace Create own organization: guide Update organization value in terraform/state.tf to own organization name Create workspace with name specific to each example eg. wildcard-cloudfront: guide Set workspace Execution Mode to Local: guide