Skip to content

Commit 381e737

Browse files
committed
change condition to stringEquals
1 parent 46ab15a commit 381e737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/instance/file_name_processor.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ resource "aws_iam_policy" "filenameprocessor_dps_extended_attribute_kms_policy"
276276
],
277277
Resource = "arn:aws:kms:eu-west-2:${var.dspp_core_account_id}:key/*",
278278
"Condition" = {
279-
"ForAnyValue:StringLike" = {
279+
"ForAnyValue:StringEquals" = {
280280
"kms:ResourceAliases" = "alias/${local.dps_kms_key_alias}"
281281
}
282282
}

0 commit comments

Comments
 (0)