Created
March 31, 2014 16:09
-
-
Save hafichuk/9895849 to your computer and use it in GitHub Desktop.
CloudFormation Tips and Trickets ;)
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
### Convert any standard text file to CloudFormation `Fn::Join` format | |
sed 's/"/\\"/g' preloaded-vars.conf | sed 's/^/"/' | sed 's/$/",/' > /tmp/preloaded-vars.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment