mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +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
|
- name: Terraform Destroy
|
||||||
if: inputs.action == 'destroy'
|
if: inputs.action == 'destroy'
|
||||||
working-directory: ${{ env.TERRAFORM_DIRECTORY }}
|
working-directory: ${{ env.TERRAFORM_DIRECTORY }}
|
||||||
|
env:
|
||||||
|
TF_VAR_ec2_size: ${{ inputs.size }}
|
||||||
|
TF_VAR_images_bucket: ${{ secrets.IMAGES_BUCKET }}
|
||||||
run: |
|
run: |
|
||||||
terraform destroy \
|
terraform destroy \
|
||||||
-auto-approve \
|
-auto-approve \
|
||||||
|
Loading…
Reference in New Issue
Block a user