Add cloud shell txt

This commit is contained in:
Lorenzo Caggioni 2020-09-10 00:26:48 +02:00
parent 4313cd2804
commit 5eaed81f9c
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
################################# Quickstart #################################
- terraform init
- terraform apply -var project_id=$GOOGLE_CLOUD_PROJECT \
-var --organization=ORGANIZATION_ID \
-var --bq-table=TABLE_NAME \
-var --bq-project=PROJECT_ID \
-var --bq-dataset=DATASET_NAME
Refer to the README.md file for more info.