From f55f9a5f071fcd0e7092bc54ddc6f1ae46b5ed60 Mon Sep 17 00:00:00 2001 From: Rodrigues Date: Mon, 8 Mar 2021 23:32:51 -0800 Subject: [PATCH] yml update --- template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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