Skip to content

Commit

Permalink
yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigues committed Mar 9, 2021
1 parent a88233b commit f55f9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Resources:
aws configure set default.region $AWSREGION

DBUSER=$(aws ssm get-parameter --name "/mri-sched/dbuser_ec2" --with-decryption --query Parameter.Value --output text)
DBPWD=$(aws ssm get-parameter --name "/mri-sched/dbpwd_ec2" --with-decryption --query Parameter.Value --output text)
DBPWD=$(aws ssm get-parameter --name "/mri-sched/dbpwd_ec2" --with-decryption --query Parameter.Value --output text)

sudo systemctl start postgresql

Expand Down

0 comments on commit f55f9a5

Please sign in to comment.