Initial skeleton of setup. Ansible only runs a few initial tasks.
This commit is contained in:
4
destroy.sh
Normal file
4
destroy.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd terraform
|
||||
./terraform destroy -var "digitalocean_key=${DIGITALOCEAN_KEY}" -var "cloudflare_key=${CLOUDFLARE_KEY}" -force
|
||||
Reference in New Issue
Block a user