We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e032e5 commit f615fb1Copy full SHA for f615fb1
infrastructure/modules/lambda/main.tf
@@ -99,7 +99,7 @@ resource "aws_kms_key" "lambda" {
99
deletion_window_in_days = var.kms_deletion_window
100
description = "Custom KMS Key for ${terraform.workspace}_${var.name}"
101
enable_key_rotation = true
102
- policy = data.aws_iam_policy_document.admin_kms_access.json
+ policy = data.aws_iam_policy_document.root_kms_access.json
103
}
104
105
resource "aws_kms_alias" "lambda" {
0 commit comments