Skip to content

Instantly share code, notes, and snippets.

@hafichuk
Created March 31, 2014 16:09
Show Gist options
  • Save hafichuk/9895849 to your computer and use it in GitHub Desktop.
Save hafichuk/9895849 to your computer and use it in GitHub Desktop.
CloudFormation Tips and Trickets ;)
### 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