use us-west1-a for instances because us-west1-b doesn't have arm64

This commit is contained in:
Ryan Richard
2025-06-26 13:35:01 -07:00
parent 09ab99789f
commit 14c7f8b208
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ meta:
# GCP account info and which zone the workers should be created in and deleted from.
gcp_account_params: &gcp_account_params
INSTANCE_ZONE: us-west1-b
INSTANCE_ZONE: us-west1-a
GCP_PROJECT: ((gcp-project-name))
GCP_USERNAME: ((gcp-instance-admin-username))
GCP_JSON_KEY: ((gcp-instance-admin-json-key))