step 08 add note about requirement to set default region
parent
79a3f79b27
commit
3c78fec183
|
@ -62,6 +62,8 @@ INTERNAL_IP=$(curl -s -H "Metadata-Flavor: Google" \
|
||||||
http://metadata.google.internal/computeMetadata/v1/instance/network-interfaces/0/ip)
|
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" \
|
REGION=$(curl -s -H "Metadata-Flavor: Google" \
|
||||||
http://metadata.google.internal/computeMetadata/v1/project/attributes/google-compute-default-region)
|
http://metadata.google.internal/computeMetadata/v1/project/attributes/google-compute-default-region)
|
||||||
|
|
Loading…
Reference in New Issue