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 \