step 08 add note about requirement to set default region

pull/732/head
Simon Herbert 2023-03-25 19:16:54 +01:00
parent 79a3f79b27
commit 3c78fec183
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ INTERNAL_IP=$(curl -s -H "Metadata-Flavor: Google" \
http://metadata.google.internal/computeMetadata/v1/instance/network-interfaces/0/ip)
```
For the next step, make you sure you have set a default region here: https://console.cloud.google.com/compute/settings
```
REGION=$(curl -s -H "Metadata-Flavor: Google" \
http://metadata.google.internal/computeMetadata/v1/project/attributes/google-compute-default-region)