From d74b6b1129b2b92b4d224860d3acf62c7431d3d7 Mon Sep 17 00:00:00 2001 From: Faun Date: Mon, 12 Sep 2016 22:11:06 -0700 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbabade..92bd0fa 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ GCP ``` gcloud config set compute/region us-central1 +gcloud config set compute/zone us-central1-a ``` AWS