mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-06 00:45:35 +01:00
6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
rm .openshift* -f
|
|
rm *.ign -f
|
|
cd terraform/
|
|
terraform destroy -auto-approve
|