Skip to content

Commit 50450b6

Browse files
committed
update
1 parent 9e9b006 commit 50450b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/terraform/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ runs:
115115
apply)
116116
terraform apply -input=false -auto-approve ${{ inputs.tf_vars }}
117117
;;
118+
destroy)
119+
terraform destroy -input=false -auto-approve ${{ inputs.tf_vars }}
120+
;;
118121
*)
119122
echo "Unknown command: ${{ inputs.tf_command }}" >&2
120123
exit 1

0 commit comments

Comments
 (0)