From f523b45476d35ca2cf536014303c93e6978de89e Mon Sep 17 00:00:00 2001 From: Sylvia McLaughlin <85905333+sylviamclaughlin@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:11:51 +0000 Subject: [PATCH] Adding the secret in the task definition file --- terraform/templates/sre-bot.json.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terraform/templates/sre-bot.json.tpl b/terraform/templates/sre-bot.json.tpl index 41e7db48..885a6c42 100644 --- a/terraform/templates/sre-bot.json.tpl +++ b/terraform/templates/sre-bot.json.tpl @@ -26,6 +26,10 @@ { "name": "PICKLE_STRING", "valueFrom": "${PICKLE_STRING}" + }, + { + "name": "GCP_SRE_SERVICE_ACCOUNT_KEY_FILE", + "valueFrom": "${GCP_SRE_SERVICE_ACCOUNT_KEY_FILE}" } ], "ulimits": [