- Install gcloud sdk on your computer
- Run
gcloud init
to setup your gcloud sdk on your terminal
To obtain OAuth before running terraform apply
run below to obtain a 1 hour token
export GOOGLE_OAUTH_ACCESS_TOKEN=$(gcloud auth print-access-token)
terraform apply
- Variables in tfvars
- Fill up projectId in
modules/snowplow_collector/config/application.config
and bucket_name inmodules/snowplow_collector/config/startup_script.sh
- Variables in
modules/snowplow_enrich/config/startup_script.sh
. If unsure about version number, find the latest version from here - Ensure enrichments in
modules/snowplow_enrich/config
is properly filled if planning to use, i.ereferer_parser.json
andbigquery_config.json