From ff13befe8786697f80f81117c88030274bf15b4d Mon Sep 17 00:00:00 2001 From: Owen Halliday Date: Wed, 16 Apr 2025 12:47:11 -0400 Subject: [PATCH] update template for dev end to end --- template.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/template.yaml b/template.yaml index c02ccc1..27ca854 100644 --- a/template.yaml +++ b/template.yaml @@ -69,5 +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 Timeout: 15 Role: arn:aws:iam::936771282063:role/334s25_lambda_execution_opensearch \ No newline at end of file