fix: Bump kms module to 1.0.2 to fix malformed policy document when not specifying key_owners (#2163)

This commit is contained in:
Pedro Fragoso
2022-07-20 19:05:47 +01:00
committed by GitHub
parent f8d4f3bdbc
commit 0fd1ab1db9
2 changed files with 2 additions and 2 deletions

View File

@@ -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