From ff3748b644adcd4ec19c505b7dfc44d149f4b4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=9D=BC=EA=B1=B4?= <100272259+k1g99@users.noreply.github.com> Date: Tue, 12 Mar 2024 00:14:39 +0900 Subject: [PATCH] fix(infra): add missing curly bracket in tftpl (#1555) fix: add missing curly bracket in tftpl --- .../modules/codedang-infra/backend/admin-task-definition.tftpl | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/infra/modules/codedang-infra/backend/admin-task-definition.tftpl b/apps/infra/modules/codedang-infra/backend/admin-task-definition.tftpl index 783d23527d..a8818ad95c 100644 --- a/apps/infra/modules/codedang-infra/backend/admin-task-definition.tftpl +++ b/apps/infra/modules/codedang-infra/backend/admin-task-definition.tftpl @@ -59,6 +59,7 @@ "name" : "TESTCASE_SECRET_KEY", "value" : "${testcase_secret_key}" }, + { "name" : "MEDIA_BUCKET_NAME", "value" : "${media_bucket_name}" },