add values for destroy

This commit is contained in:
Noah Masur 2024-05-08 22:17:23 -04:00
parent edff6fc768
commit a16e3ae3cb
No known key found for this signature in database

View File

@ -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 \