IaC Bazaar
Google CloudPlan-validated

BigQuery Dataset & Tables

Datasets with partitioned/clustered tables, authorized views, CMEK and dataset-level access controls.

terraformGCP#gcp
gcp-bigquery-datasetterraform v1.7

Verification

Plan-validated

Passed: module logic verified on a mocked plan — inputs, validation rules, conditional creation and outputs resolve (no real provider, no cloud).

Conformance

  • Static validation (fmt · validate · tflint)
  • Security scan: findings disclosed (Checkov)
  • Plan tests (mocked: validation rules · outputs)

Provenance

  • SHA-256 checksum
  • Signature (pending)

Functional

  • Live test pending (no cloud run yet)

Last verified 2026-06-28 · how we verify

Documentation

gcp-bigquery-dataset

BigQuery dataset and tables done right: partitioned/clustered tables from typed maps, standard-SQL views, authorized views, dataset-level CMEK and additive least-privilege access controls. Works with Terraform and OpenTofu (>= 1.6), Google provider >= 7.0, < 8.0.

Secure defaults:

  • deletion_protection = true on every table
  • delete_contents_on_destroy = false on the dataset
  • Optional CMEK set once at the dataset level and inherited by all tables
  • IAM via additive google_bigquery_dataset_iam_member grants — no authoritative policy stomping
  • Authorized views grant other datasets' views read access without exposing the dataset to their consumers

Requirements

  • Terraform or OpenTofu >= 1.6
  • hashicorp/google >= 7.0, < 8.0
  • API: bigquery.googleapis.com

Verification

Static-validated (fmt, validate, tflint). Live apply/destroy testing pending cloud sandbox availability — see catalog status.

License

Commercial — IaC Bazaar EULA. © IaC Bazaar. Original work (not derived from a third-party module).

Usage code & full reference unlock after purchase

The complete copy-paste usage, the full input/output reference, and operational notes ship with your licence — shown here and bundled in the download.

  • Usage
  • Inputs
  • Outputs
  • Notes