From da559f808ad2f2ed675b70652d8db2dc091d4119 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 5 May 2024 18:14:07 -0400 Subject: [PATCH] add images bucket tf var --- .github/workflows/arrow-aws.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/arrow-aws.yml b/.github/workflows/arrow-aws.yml index 505994d..09c5983 100644 --- a/.github/workflows/arrow-aws.yml +++ b/.github/workflows/arrow-aws.yml @@ -102,6 +102,7 @@ jobs: working-directory: ${{ env.TERRAFORM_DIRECTORY }} env: TF_VAR_ec2_size: ${{ inputs.size }} + TF_VAR_images_bucket: ${{ secrets.IMAGES_BUCKET }} run: | terraform apply \ -auto-approve \