Skip to content

Releases: cloudposse/terraform-aws-kms-key

0.6.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#14)

18 Aug 07:03
9849ed6
Compare
Choose a tag to compare
## 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)

14 Jul 04:17
6cd4dc7
Compare
Choose a tag to compare
## 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

05 Jan 22:45
Compare
Choose a tag to compare

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

09 Oct 22:39
Compare
Choose a tag to compare

what

  • Add enabled flag
  • Add policy support

why

  • Se enabled flag to false to prevent the module from creating any resources
  • aws_kms_key supports policy attribute

0.1.4

05 Sep 01:53
0ce61ff
Compare
Choose a tag to compare
Add "enable" flag (#9)

0.1.3: Added policy for kms (#8)

05 Aug 12:49
24629c1
Compare
Choose a tag to compare
* Added policy for kms

* Added default policy

* Format code

0.2.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

28 Jun 21:36
38f2f1f
Compare
Choose a tag to compare

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats and terratest 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

27 Jul 14:01
a710cf2
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

Migrate to README.yaml format

18 Jul 09:24
7fabc25
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.1.0

07 Apr 17:10
d7e6abc
Compare
Choose a tag to compare

what

  • Terraform module to provision a KMS key with alias

why

  • Can be used with chamber to manage secrets and store them in SSM Parameter Store

terraform apply

image