add images bucket tf var

This commit is contained in:
Noah Masur 2024-05-05 18:14:07 -04:00
parent 9ebdfa1071
commit da559f808a
No known key found for this signature in database

View File

@ -102,6 +102,7 @@ jobs:
working-directory: ${{ env.TERRAFORM_DIRECTORY }} working-directory: ${{ env.TERRAFORM_DIRECTORY }}
env: env:
TF_VAR_ec2_size: ${{ inputs.size }} TF_VAR_ec2_size: ${{ inputs.size }}
TF_VAR_images_bucket: ${{ secrets.IMAGES_BUCKET }}
run: | run: |
terraform apply \ terraform apply \
-auto-approve \ -auto-approve \