Skip to content

Commit d59f7a4

Browse files
committed
fix(terraform): FTRS-31811 FTRS-3181 Add github runner permissions for scheduler kms
1 parent 3f074c9 commit d59f7a4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

infrastructure/stacks/account_wide/kms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ module "scheduler_encryption_key" {
285285
Sid = "AllowEventBridgeSchedulerToUseKMS"
286286
Effect = "Allow"
287287
Principal = {
288-
Service = "scheduler.amazonaws.com"
288+
Service = ["scheduler.amazonaws.com"]
289289
}
290290
Action = [
291291
"kms:CreateGrant",

0 commit comments

Comments
 (0)