Releases: cloudposse/terraform-aws-components
Releases · cloudposse/terraform-aws-components
0.3.0
what
- Add projects (
dns
andiam
) fromroot
stage (and eliminate dependencies of those projects onterraform-account-metadata
) - Add
accounts
project
why
- Keep all reference architecture modules in one repo
- Provision member accounts (
prod
,staging
,dev
,audit
) in an organization
0.2.1
0.2.0
what
- Remove dependencies on
terraform-aws-account-metadata
- Use Terraform vars instead (which could be be provided from
Dockerfile
orchamber
)
why
- Make
terraform-root-modules
a generic Terraform module that could be used for different projects (including third-party) and for Cloud Posse documentation terraform-aws-account-metadata
is a private repo and contains secrets- Eliminate cold-start cycles
- Fewer repos to maintain
0.1.5
0.1.4
0.1.3
0.1.2: Push stable images to dockerhub (#3)
* push to dockerhub * Use scratch image
0.1.1: Merge main and output (#2)
* Merge main and output * Fix structure * Rename chamber structur