Skip to content

Commit 1f3bb72

Browse files
committed
Fix RolesForKMSKey output to use Role Arn instead of function arn, and add role for BulkFilesCount
1 parent 000374d commit 1f3bb72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pca-server/cfn/lib/bulk.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,5 @@ Outputs:
138138
RolesForKMSKey:
139139
Value: !Join
140140
- ', '
141-
- - !Sub '"${BulkMoveFiles.Arn}"'
141+
- - !Sub '"${BulkMoveFilesRole.Arn}"'
142+
- !Sub '"${BulkFilesCountRole.Arn}"'

0 commit comments

Comments
 (0)