Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.38 KB

Terraform Foundation

This is an opinionated setup for a basic 3-tier app in AWS from the VPC on up. Our primary goal is speed of setup over flexibility. Therefore, we try to restrict the number of variables per modules to a reasonable minimum.

Examples

Sources of inspiration

The approach taken here was influenced by reviewing the following sources (some private to Ad Hoc)

External Prior Art:

Ad Hoc's Work:

AWS Provider version

The modules rely on implicit provider inheritance. We suggest version = "~> 1.52" or higher. The database module requires PostgreSQL logging features enabled in that release.