Skip to content

Commit

Permalink
Add Password output
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Sep 17, 2024
1 parent b89ab06 commit 2ca39f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cloudformation/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});

0 comments on commit 2ca39f5

Please sign in to comment.