summaryrefslogtreecommitdiff
path: root/scripts/03-update-network-for-dataproc.sh
blob: c091f2298b9d2eb004c93f69275283ddae3640a2 (plain)
1
2
3
4
5
6
#!/bin/sh

gcloud compute networks subnets update default \
  --region=${REGION} \
  --enable-private-ip-google-access