Releases: cloudposse/terraform-aws-components
Releases · cloudposse/terraform-aws-components
0.15.0
0.14.3: [aws/accounts] do not use ssm module (#70)
* drop ssm module * Use submodule
0.14.2: More Reference Architecture Fixes (#69)
* Add makefiles * Use data provider for aws account id * Use aws_region data provider * Fix typo * Use `aws_region` as standard name * Use `aws_region` as standard name * Use `region` as standard name * Use SSM parameters for dynamic enablement of DNS * triage * Support enabled/disabled * fmt * Update aws/root-dns/ns/main.tf Co-Authored-By: osterman <[email protected]> * Update aws/root-dns/ns/main.tf Co-Authored-By: osterman <[email protected]>
0.14.1: Fixes for reference-architectures (#68)
* Add missing makefile * Make SMTP credentials optional * use simpler makefile pattern * Standardize interface to be compatible with other modules * remove debug typo
0.14.0: [aws/bootstrap] Implement Bootstrap User Account (#66)
* Implement comprehensive bootstrap user and role provisioning module * Use wildcard target * Apply suggestions from code review Co-Authored-By: osterman <[email protected]>
0.13.0: [aws/accounts] Publish account details to SSM (#67)
* Publish account details to SSM * Apply suggestions from code review Co-Authored-By: osterman <[email protected]>
0.12.0: Bootstrapping (#64)
* Add script to facilitate bootstrapping temporary roles * Add makefiles * Update docs * optional root admin names * Update aws/root-iam/README.md Co-Authored-By: osterman <[email protected]>
0.11.0: [iam] Use account remote state to fetch sub account IDs (#63)
* Use account remote state to fetch sub account IDs So that we don’t need to hardcode these as vars in the top root Dockerfile. * avoid sprawl of variable names. upgrde org module. * add accounts and enabled flag * fix typo * Fix descriptions