Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 736 Bytes

File metadata and controls

33 lines (21 loc) · 736 Bytes

Terraform: BigQuery

Terraform configuration to create:

  • BigQuery Dataset
  • BigQuery Table
  • BigQuery Job - Loads CSV + JSON

Using Input Values

NOTE: Qwiklabs requires some values to be defined as part of the provisioning process.

gcp_project_id  = "my-gcp-project"
gcp_region      = "us-central1"
gcp_zone        = "us-central1-a"

Accessing Output Values

Field Description
N/A N/A

Adding a Commit

Commits to the repository will initiate the automated QA proces.

It is highly recommended that modules are tested locally before making a commit.

Request a Pull Request

DO NOT raise a PR on code that does not pass integration tests.