Skip to content

Commit

Permalink
fix: Enabled key rotation in fargate example
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Aug 9, 2023
1 parent 71b27cd commit 24b6c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/aws_managed_with_fargate/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ module "kms" {
label_order = local.label_order
enabled = true
description = "KMS key for EBS of EKS nodes"
enable_key_rotation = false
enable_key_rotation = true
policy = data.aws_iam_policy_document.kms.json
}

Expand Down

0 comments on commit 24b6c49

Please sign in to comment.