diff --git a/cloudformation/lib/api.js b/cloudformation/lib/api.js index c3fc09e..faf24a3 100644 --- a/cloudformation/lib/api.js +++ b/cloudformation/lib/api.js @@ -372,5 +372,11 @@ export default cf.merge({ Type: 'String' } }, + Outputs: { + ManagementPassword: { + Description: 'Video Server Management Password', + Value: cf.sub('{{resolve:secretsmanager:${AWS::StackName}/api/secret:SecretString::AWSCURRENT}}') + } + }, Resources });