From 634b772b4c0478694917aa8ef76019cbced1a4b1 Mon Sep 17 00:00:00 2001 From: whoix <151130171+whoix@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:58:17 -0600 Subject: [PATCH] Add in missing BUCKET variables (#2034) * Add in missing BUCKET variables --------- Co-authored-by: Wyatt Hicken --- templates/al2023/template.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/al2023/template.json b/templates/al2023/template.json index 10e6ef64d..c22fd2645 100644 --- a/templates/al2023/template.json +++ b/templates/al2023/template.json @@ -237,6 +237,8 @@ "environment_vars": [ "AWS_REGION={{user `aws_region`}}", "ENABLE_ACCELERATOR={{user `enable_accelerator`}}", + "BINARY_BUCKET_NAME={{user `binary_bucket_name`}}", + "BINARY_BUCKET_REGION={{user `binary_bucket_region`}}", "NVIDIA_DRIVER_MAJOR_VERSION={{user `nvidia_driver_major_version`}}", "WORKING_DIR={{user `working_dir`}}" ]