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 \