mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 01:19:05 +01: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:
2
main.tf
2
main.tf
@@ -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