Releases: cloudposse/terraform-aws-kms-key
Releases · cloudposse/terraform-aws-kms-key
0.6.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#14)
## 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.5.0: Updates to ChatOps - Automated commit (#13)
## 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.4.0 Use the latest label module to support the environment attribute
what
- Use the latest label module to support the environment attribute
why
- The
environment
attribute is useful for naming AWS resources
0.3.0 Add enabled flag and policy support
what
- Add enabled flag
- Add policy support
why
- Se
enabled
flag tofalse
to prevent the module from creating any resources aws_kms_key
supportspolicy
attribute
0.1.4
0.1.3: Added policy for kms (#8)
* Added policy for kms * Added default policy * Format code
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
Regenerate README.md
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
Migrate to README.yaml format
what
- Add
README.yaml
why
- Standardize README