Skip to content

Commit f615fb1

Browse files
committed
Fix name change
1 parent 9e032e5 commit f615fb1

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/modules/lambda

1 file changed

+1
-1
lines changed

infrastructure/modules/lambda/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ resource "aws_kms_key" "lambda" {
9999
deletion_window_in_days = var.kms_deletion_window
100100
description = "Custom KMS Key for ${terraform.workspace}_${var.name}"
101101
enable_key_rotation = true
102-
policy = data.aws_iam_policy_document.admin_kms_access.json
102+
policy = data.aws_iam_policy_document.root_kms_access.json
103103
}
104104

105105
resource "aws_kms_alias" "lambda" {

0 commit comments

Comments
 (0)