This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
gcloud config set project \ | |
$(gcloud projects list --format='value(PROJECT_ID)' \ | |
--filter='qwiklabs-gcp') | |
gcloud config set run/region us-central1 | |
gcloud config set run/platform managed |