/terraform-aws

Primary LanguageHCLApache License 2.0Apache-2.0

Terraform AWS

This repository contains Terraform Infrastructure as Code that I use to maintain shared or re-usable compents in my personal AWS account.

Prerequisites

  1. terragrunt

Setup

$ git clone git@github.com:ChrisWilding/terraform-aws.git
$ git submodule update --init

How To

Manage Secrets

See terraform-aws-secrets

Apply

$ cd MODULE
$ terragrunt init
$ terragrunt apply