Skip to content
Snippets Groups Projects
Select Git revision
  • 3e44faf2725fc2612f2f4c0929263a463592f4a8
  • main default protected
  • exportGridReadable
3 results

export.py

Blame
  • stop-terraform.sh 228 B
    #!/bin/bash
    
    # let terraform remove the resources specified in .tf file in same directory
    ./terraform destroy
    
    # you can also use "terraform destroy -auto-approve" to prevent terraform from asking back whether it should proceed