summaryrefslogtreecommitdiff
path: root/scripts/03-update-network-for-dataproc.sh
blob: 47f78d678ce76e519fc5cebb7c942f48ca56b65f (plain)
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