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 46ab15a commit 381e737Copy full SHA for 381e737
infrastructure/instance/file_name_processor.tf
@@ -276,7 +276,7 @@ resource "aws_iam_policy" "filenameprocessor_dps_extended_attribute_kms_policy"
276
],
277
Resource = "arn:aws:kms:eu-west-2:${var.dspp_core_account_id}:key/*",
278
"Condition" = {
279
- "ForAnyValue:StringLike" = {
+ "ForAnyValue:StringEquals" = {
280
"kms:ResourceAliases" = "alias/${local.dps_kms_key_alias}"
281
}
282
0 commit comments