forked from GoogleCloudPlatform/document-ai-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.sh
31 lines (26 loc) · 1.07 KB
/
config.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/bash
##################################################
##
## Set these Variables
##
##################################################
# existing GCP user that will:
# create the project
# attach a billing id (needs to have permission)
# and provision resources
export [email protected]
# project id for your NEW GCP project
export PROJECT_ID="wahi-doc-98080"
# the new project will need to be tied to a billing account, uncomment the line below for Argolis users and update value
export BILLING_ACCOUNT_ID="01F775-A9924A-26373C"
# desired GCP region for networking and compute resources, EDIT region below based on your need
export REGION=us-central1
##################################################
#Example
##################################################
# export [email protected]
# export PROJECT_ID=gee-on-gcp
# export BILLING_ACCOUNT_ID=123456-123456-123456
##################################################
export [email protected]
export [email protected]