Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 576 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 576 Bytes

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 [email protected]:ChrisWilding/terraform-aws.git
$ git submodule update --init

How To

Manage Secrets

See terraform-aws-secrets

Apply

$ cd MODULE
$ terragrunt init
$ terragrunt apply