Created
January 25, 2018 19:10
-
-
Save mmuppidi/4d6a4120a2f573c5cede8bd6a0a59441 to your computer and use it in GitHub Desktop.
ARN from ImportValue cloud formation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- !Sub | |
- arn:aws:s3:::${StagingBucket}/* | |
- StagingBucket : | |
Fn::ImportValue: | |
!Sub "${FrontendStackName}-StagingBucket" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment