mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 16:22:56 +00:00
add values for destroy
This commit is contained in:
parent
edff6fc768
commit
a16e3ae3cb
3
.github/workflows/arrow-aws.yml
vendored
3
.github/workflows/arrow-aws.yml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user