https://cloud.google.com/sdk/docs/install https://cloud.google.com/docs/terraform https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/getting_started
- clone this repo
- install google-cli
brew install google-cloud-sdk
- ./cli/setup.sh
./cli/run.sh server1
./cli/cleanup.sh server1
- install terraform
brew install terraform
- generate account json file
./terraform/setup.sh <service-account-name>
- terraform init
- terraform plan
- terraform destroy