summaryrefslogtreecommitdiff
path: root/scripts/03-update-network-for-dataproc.sh
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-12-27 22:22:35 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-12-27 22:22:35 +0100
commit299f5ab9c38834fc58b2f2a434c1495ac3d1c554 (patch)
tree319dbf5aa7a9d507b985760e860934484002ca4b /scripts/03-update-network-for-dataproc.sh
parentfc35b02c84c94d5965a8317df6312c9a3ececc68 (diff)
Add scripts
Diffstat (limited to 'scripts/03-update-network-for-dataproc.sh')
-rwxr-xr-xscripts/03-update-network-for-dataproc.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/03-update-network-for-dataproc.sh b/scripts/03-update-network-for-dataproc.sh
new file mode 100755
index 0000000..2d27945
--- /dev/null
+++ b/scripts/03-update-network-for-dataproc.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+gcloud compute networks subnets update default \
+ --region $REGION \
+ --enable-private-ip-google-access
+