cleanup.sh 88 B

12345
  1. #!/bin/bash
  2. rm .openshift* -f
  3. rm *.ign -f
  4. cd terraform/
  5. terraform destroy -auto-approve