Script currently assumes default network exists and fails if it doesn't. It might be worth adding gcloud compute networks create default to the script.
Also, the command takes a while to run so I would probably use --async and then have them run a "watch" command
Script currently assumes default network exists and fails if it doesn't. It might be worth adding
gcloud compute networks create default
to the script.Also, the command takes a while to run so I would probably use --async and then have them run a "watch" command