From 5f080507c15f6b30ec2dfde0e1c5bebbd3f888cf Mon Sep 17 00:00:00 2001 From: Owen Halliday Date: Wed, 16 Apr 2025 14:35:20 -0400 Subject: [PATCH] replace nulls with empty string --- template.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/template.yaml b/template.yaml index 27ca854..5f3d361 100644 --- a/template.yaml +++ b/template.yaml @@ -69,13 +69,13 @@ Resources: Variables: DB_SECRET_NAME: "mirrulationsdb/postgres/master" OS_SECRET_NAME: "mirrulationsdb/opensearch/master" - OPENSEARCH_INITIAL_ADMIN_PASSWORD: null - OPENSEARCH_HOST: null - OPENSEARCH_PORT: null - POSTGRES_PORT: null - POSTGRES_DB: null - POSTGRES_PASSWORD: null - POSTGRES_HOST: null - POSTGRES_USER: null + OPENSEARCH_INITIAL_ADMIN_PASSWORD: "" + OPENSEARCH_HOST: "" + OPENSEARCH_PORT: "" + POSTGRES_PORT: "" + POSTGRES_DB: "" + POSTGRES_PASSWORD: "" + POSTGRES_HOST: "" + POSTGRES_USER: "" Timeout: 15 Role: arn:aws:iam::936771282063:role/334s25_lambda_execution_opensearch \ No newline at end of file