mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-23 08:07:11 +02:00
fix: Bump kms module to 1.0.2 to fix malformed policy document when not specifying key_owners (#2163)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user