Skip to content

Commit

Permalink
fix: Bump kms module to 1.0.2 to fix malformed policy document when n…
Browse files Browse the repository at this point in the history
…ot specifying key_owners (terraform-aws-modules#2163)
  • Loading branch information
pfragoso authored and spr-mweber3 committed Jul 22, 2022
1 parent 4c3c9bc commit 0312dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
|------|--------|---------|
| <a name="module_eks_managed_node_group"></a> [eks\_managed\_node\_group](#module\_eks\_managed\_node\_group) | ./modules/eks-managed-node-group | n/a |
| <a name="module_fargate_profile"></a> [fargate\_profile](#module\_fargate\_profile) | ./modules/fargate-profile | n/a |
| <a name="module_kms"></a> [kms](#module\_kms) | terraform-aws-modules/kms/aws | 1.0.1 |
| <a name="module_kms"></a> [kms](#module\_kms) | terraform-aws-modules/kms/aws | 1.0.2 |
| <a name="module_self_managed_node_group"></a> [self\_managed\_node\_group](#module\_self\_managed\_node\_group) | ./modules/self-managed-node-group | n/a |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ resource "aws_cloudwatch_log_group" "this" {

module "kms" {
source = "terraform-aws-modules/kms/aws"
version = "1.0.1" # Note - be mindful of Terraform/provider version compatibility between modules
version = "1.0.2" # Note - be mindful of Terraform/provider version compatibility between modules

create = var.create_kms_key

Expand Down

0 comments on commit 0312dcd

Please sign in to comment.