Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 348 Bytes

datastream-example

$ gcloud auth login
$ gcloud auth application-default login

$ gcloud config configurations create {setting}
$ gcloud config set project {project}
$ gcloud config set account {account}
$ gcloud config configurations activate {setting}

$ cd infra/terraform/gcp
$ tfenv install

$ terraform -chdir=environments/dev init