Skip to content

Releases: cloudposse/terraform-aws-kms-key

v0.12.2

03 Mar 14:08
e1c8c8a
Compare
Choose a tag to compare
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

11 Nov 17:36
741da19
Compare
Choose a tag to compare

🚀 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

05 Nov 14:37
191b5da
Compare
Choose a tag to compare

🚀 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

31 Aug 22:39
3a09d1c
Compare
Choose a tag to compare
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 updates context.tf as it allows for the new tenant 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 latest context.tf distribution. This PR drops support for Terraform 0.12 and below in order to enable updating to the latest context.tf distribution.

references

v0.10.0

24 Mar 15:19
e67584f
Compare
Choose a tag to compare
feat: add variables key_usage and customer_master_key_spec @syphernl (#27)

what

  • Added optional variables key_usage and customer_master_key_spec
  • Updated GitHub configs

why

  • To be able to use the created KMS key with DNSSEC in Route53. The defaults remain unchanged.

references

v0.9.1

04 Mar 13:12
d76c7c4
Compare
Choose a tag to compare

🚀 Enhancements

Document fallback behaviour of var.alias @alexjurkiewicz (#24)

v0.9.0

26 Dec 16:23
afe11e5
Compare
Choose a tag to compare
workflows update, TF required_version reduced to 0.12.26 @maximmi (#21)

what

  • workflows update
  • TF required_version reduced to 0.12.26

why

  • to use most recent automatisation for repo
  • for backward compatibility

v0.8.0

09 Dec 16:34
f7a9741
Compare
Choose a tag to compare
work for terraform 0.14 @dmattia (#20)

v0.7.0

02 Sep 03:08
6dd1ce3
Compare
Choose a tag to compare
Update to `context.tf`. Update Terratest to Golang modules @aknysh (#17)

what

  • Update to context.tf
  • Update Terratest to Golang modules

why

  • Standardization and interoperability
  • Keep the module up to date

0.6.1: [AUTOMATED] Update terraform-null-label versions to support Terraform…

18 Aug 07:04
52faafc
Compare
Choose a tag to compare
… 0.13 (#16)

* [AUTOMATED] Update terraform-null-label versions to support Terraform 0.13

* Updated README.md

Co-authored-by: actions-bot <[email protected]>