Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 911 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 911 Bytes

CircleCI

Terraform modules

Various Terraform modules used to provision resources in AWS.

Usage

Prerequisites

You'll need to install these.

Development

Setup

Set your AWS access key.

$ export AWS_ACCESS_KEY_ID=<your-aws-access-key-id>
$ export AWS_SECRET_ACCESS_KEY=<your-aws-secret-access-key>

There is no state for this repo. You can run terraform plan or terraform apply with local state to make sure modules are created properly. Make changes to test.tf template in order to test them. Make sure to delete your modules afterwards with terraform destroy.

Test your templates

Runs terraform validate on all the modules.

$ make test