This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
Releases: cloudposse-archives/terraform-aws-iam-policy-document-aggregator
Releases · cloudposse-archives/terraform-aws-iam-policy-document-aggregator
v0.8.0
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#25)
what
- update context.tf to v0.23.0
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
v0.7.0
v0.6.0
v0.5.0
aws provider v3.0 support @savealive (#21)
changed aws provider constraint to support v3.0
what
Changed versions.tf to supprort aws provider v3.0
references
closes #20
v0.4.0
0.3.2: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#18)
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
0.3.1: Fix typo in output description (#15)
* fix typo in output description * Updated README.md * Updated README.md Co-authored-by: actions-bot <[email protected]> Co-authored-by: Erik Osterman <[email protected]>
0.3.0: Updates to ChatOps - Automated commit (#17)
## What * Adds chatops commands - '/test all' - '/test bats' - '/test readme' - '/test terratest' * Drops codefresh * Drops slash-command-dispatch * Removes codefresh badge * Rebuilds README ## Why * Change over from codefresh to GH Actions * Facilitate testing of PRs from forks
0.2.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline
what
- Port module to Terraform 0.12
- Pin all providers
- Add example for testing
- Add
bats
andterratest
for the example - Add Codefresh badge to point to the test pipeline in
terraform-modules
project - Update README
why
- Module currently does not work with 0.12. Much easier syntax
- Better regression control
- Automatically test the example on every commit and pull request
- Provision resources on AWS in the test account and check the outputs for the correct values
terraform-modules
project contains pipelines for all terraform modules
0.1.2: Fix empty policy (#7)
* Fix empty policies * Fix empty policies * Fix formatting * Fix formatting