From a16e3ae3cb09c513b0929fbf6c502a92986d9ec3 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Wed, 8 May 2024 22:17:23 -0400 Subject: [PATCH] add values for destroy --- .github/workflows/arrow-aws.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/arrow-aws.yml b/.github/workflows/arrow-aws.yml index 81e11a9..dcf37cd 100644 --- a/.github/workflows/arrow-aws.yml +++ b/.github/workflows/arrow-aws.yml @@ -115,6 +115,9 @@ jobs: - name: Terraform Destroy if: inputs.action == 'destroy' working-directory: ${{ env.TERRAFORM_DIRECTORY }} + env: + TF_VAR_ec2_size: ${{ inputs.size }} + TF_VAR_images_bucket: ${{ secrets.IMAGES_BUCKET }} run: | terraform destroy \ -auto-approve \