-
-
Save jhgaylor/0fcba4b12fbaabef7a11e14211c463cc to your computer and use it in GitHub Desktop.
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
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