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 3113d96 commit f81587fCopy full SHA for f81587f
infrastructure/instance/file_name_processor.tf
@@ -271,7 +271,7 @@ resource "aws_iam_policy" "filenameprocessor_dps_extended_attribute_kms_policy"
271
Resource = "arn:aws:kms:eu-west-2:${var.dspp_core_account_id}:key/*",
272
"Condition" = {
273
"ForAnyValue:StringEquals" = {
274
- "kms:ResourceAliases" = "alias/${var.dps_kms_key_alias}"
+ "kms:ResourceAliases" = "alias/${var.dspp_kms_key_alias}"
275
}
276
277
0 commit comments