Skip to content

Commit 3561c8b

Browse files
committed
local (temp) id_sync KMS key II
1 parent 26be64b commit 3561c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/temp_id_sync_sqs_kms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ locals {
6464
Sid = "AllowMNSLambdaDelivery",
6565
Effect = "Allow",
6666
Principal = {
67-
AWS = "arn:aws:iam::${local.mns_account_id}:${local.mns_admin_role}"/nhs-mns-events-lambda-delivery"
67+
AWS = "arn:aws:iam::${local.mns_account_id}:${local.mns_admin_role}/nhs-mns-events-lambda-delivery"
6868
},
6969
Action = "kms:GenerateDataKey",
7070
Resource = "*"

0 commit comments

Comments
 (0)