github.com/naphatkrit/deis@v1.12.3/contrib/digitalocean/destroy (about)

     1  #!/usr/bin/env bash
     2  
     3  set -eo pipefail -o nounset
     4  
     5  export TF_VAR_token="${DO_TOKEN}"
     6  
     7  terraform destroy -force