mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-16 08:37:18 +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:
@@ -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
|
||||
|
||||
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