Skip to content

Commit 8ae84e5

Browse files
committed
feat(etl-ods): FTRS-3181 use newly created CMK with the etl scheduler
1 parent 1f51de6 commit 8ae84e5

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/stacks/etl_ods

1 file changed

+1
-1
lines changed

infrastructure/stacks/etl_ods/iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "aws_iam_role" "ods_etl_scheduler_invoke_role" {
2323
"kms:CreateGrant",
2424
"kms:ReEncrypt"
2525
]
26-
Resource = [data.aws_kms_key.scheduler_kms_key.arn]
26+
Resource = data.aws_kms_key.scheduler_kms_key.arn
2727
}
2828
]
2929
})

0 commit comments

Comments
 (0)