1 2 3 4 5 6 7 8 9 10
#!/bin/sh if [ ${DEBUG:+1} ]; then set -euxo pipefail fi gcloud compute networks subnets update default \ --region=${REGION} \ --enable-private-ip-google-access