Skip to content

Instantly share code, notes, and snippets.

@jhgaylor
Created November 3, 2019 22:55
Show Gist options
  • Save jhgaylor/0fcba4b12fbaabef7a11e14211c463cc to your computer and use it in GitHub Desktop.
Save jhgaylor/0fcba4b12fbaabef7a11e14211c463cc to your computer and use it in GitHub Desktop.
MYSQL_PASSWORD=/mysql/root/password
MYSQL_USERNAME=/mysq/root/username
MYSQL_USERNAME=$(aws ssm get-parameter MYSQL_USERNAME) MYSQL_PASSWORD=$(aws ssm get-parameter $MYSQL_PASSWORD) bash -c 'echo $MYSQL_PASSWORD'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment