diff --git a/template.yaml b/template.yaml index 9911c6c..0a8e221 100644 --- a/template.yaml +++ b/template.yaml @@ -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