Skip to content

Commit ef061c8

Browse files
committed
feat(etl-ods): FTRS-3181 use newly created CMK with the etl scheduler
1 parent 92e339b commit ef061c8

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
@@ -17,7 +17,7 @@ resource "aws_iam_role" "ods_etl_scheduler_invoke_role" {
1717
Principal = {
1818
Service = "s3.amazonaws.com"
1919
},
20-
Actions = [
20+
Action = [
2121
"kms:Decrypt",
2222
"kms:DescribeKey",
2323
"kms:CreateGrant",

0 commit comments

Comments
 (0)