Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Nov 24, 2023
1 parent c416e64 commit 8cd2756
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/v5-destroy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: v0.5-destroy
on:
workflow_dispatch:
inputs:
aws_resource_identifier:
jobs:
destroy:
runs-on: ubuntu-latest
steps:
- id: destroy
name: Destroy
uses: bitovi/[email protected]
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX }}
aws_default_region: us-east-1
aws_resource_identifier: ${{ github.event.inputs.aws_resource_identifier }}

stack_destroy: "true"
tf_state_bucket_destroy: true

0 comments on commit 8cd2756

Please sign in to comment.