Running terraform requires...
- a file
./personal-access-token-2021
used for API access that terraform exploits. - a file
./project_name.txt
used to reference the digital ocean project name. - a file
./.my_ssh_ip.txt
used to establish ip-white list for droplet networking. - an ssh key file
$HOME/.ssh/id_rsa
used to make ssh connections. - running either
./runt.sh
(short for run terraform) or./importt.sh
(short for import terraform)