Skip to content

data-platform-hq/terraform-google-bigquery

Repository files navigation

Google BigQuery Terraform module

Terraform module for creation Google BigQuery datasets

Usage

Requirements

Name Version
terraform >= 1.0.0
google >= 4.80.0

Providers

Name Version
google 4.80.0

Modules

No modules.

Resources

Name Type
google_bigquery_dataset.this resource
google_bigquery_dataset_access.this resource

Inputs

Name Description Type Default Required
dataset_config Contains BigQuery datasets name, roles, lists of entities (users, service accounts) object n/a yes
prefix Prefix for resource names string "" no
suffix Resource name suffix string "" no
location The geographic location where the dataset is located (for the main project). string n/a yes
env Variable to mark the environment of the resource (used to create services). string n/a yes
delete_data If set to true, delete all tables in the dataset when the resource is destroying. bool true no
labels The labels associated with this dataset. You can use these to organize and group your datasets. map(string) {} no

Outputs

Name Description
dataset The ID of the dataset

License

Apache 2 Licensed. For more information please see LICENSE