These setup instructions assume that you have downloaded and installed terraform from https://www.terraform.io/
- Clone the repo
- Download your vars file into the shapeshifter-server directory.
- in command line: navigate to your shapeshifter-server directory.
- in command line: "ssh-keygen -t ecdsa" to generate your ssh keys (use default filename (hit enter), no pass phrase (hit enter twice))
- in command line: Make sure you are in your shapeshifter-server directory -> "cd path_to_shapeshifter-server_directory"
- in command line: "source ./vars"
- in command line: "terraform apply"
- in command line: "terraform destroy"