Skip to content

Commit

Permalink
Update gcp.md
Browse files Browse the repository at this point in the history
Correct GCP region.
  • Loading branch information
claffin authored Nov 9, 2022
1 parent 3afa782 commit e112d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The easiest method to set the ``GCP_SERVICE_ACCOUNT_KEY`` is to use a shell vari

``GCP_SIZE`` - this sets the instance size, we recommend the smallest instance as the volume even a small instance can handle is high. Default value: f1-micro

``GCP_ZONE`` - this sets the region & zone where the instance is deployed. Some websites may redirect to the language of the country your IP is from. Default value: us-central1-a
``GCP_REGION`` - this sets the region & zone where the instance is deployed. Some websites may redirect to the language of the country your IP is from. Default value: us-central1-a

``GCP_IMAGE_PROJECT`` - this sets the project of the image family the instance is deployed with. The default image family project is ubuntu-os-cloud. Default value: ubuntu-os-cloud

Expand Down

0 comments on commit e112d6b

Please sign in to comment.