Add command to set the default zone

There's no assumption about the default zone in these instructions, so many commands require interactive prompts to set the zone. This fixes that by setting the default zone up front.
pull/57/head
Faun 2016-09-12 22:11:06 -07:00 committed by GitHub
parent 5d48fa8132
commit d74b6b1129
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ GCP
```
gcloud config set compute/region us-central1
gcloud config set compute/zone us-central1-a
```
AWS