Releases: cloudposse/terraform-aws-kms-key
Releases · cloudposse/terraform-aws-kms-key
v0.12.2
git.io->cloudposse.tools update @dylanbannon (#34)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143
v0.12.1
🚀 Enhancements
Fix: Update Version Constraints @nitrocode (#31)
what
- Provider bump
why
- Prevent stale .terraform directories from preventing planning this module
references
🐛 Bug Fixes
Fix: Update Version Constraints @nitrocode (#31)
what
- Provider bump
why
- Prevent stale .terraform directories from preventing planning this module
references
v0.12.0
🚀 Enhancements
Feat: Add `multi_region` variable for multi-region CMKs @nitrocode (#30)
what
- Add multi_region
why
- for keys that need to be used cross region
- note this change will require 3.64.0 provider going forward
references
v0.11.0
Chore: update `context.tf`, run `make github/init`, drop Terraform `0.12` support @korenyoni (#28)
what
- Update
context.tf
to that of null-label:0.25.0 - Run
make github/init
. - drop Terraform
0.12
support.
why
- The
auto-context
job was disabled because this repository was inactive for 90 days. This manually updatescontext.tf
as it allows for the newtenant
label. make github/init
updates GitHub Actions Workflow files to their latest reference counterparts.- validation rules were introduced in Terraform
0.13
and are used in the latestcontext.tf
distribution. This PR drops support for Terraform 0.12 and below in order to enable updating to the latestcontext.tf
distribution.