README.md

June 10, 2026 ยท View on GitHub

Description

Creates a BigQuery table with a specified schema.

Primarily used for FSI - MonteCarlo Tutorial: fsi-montecarlo-on-batch-tutorial.

Usage

id: bq-table
    source: community/modules/database/bigquery-table
    use: [bq-dataset]
    settings:
      table_schema:
        '
        [
          {
            "name": "id", "type": "STRING"
          }
        ]
        '

License

Copyright 2026 Google LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Requirements

NameVersion
terraform>= 1.12.2
google>= 4.42
random~> 3.0

Providers

NameVersion
google>= 4.42
random~> 3.0

Modules

No modules.

Resources

NameType
google_bigquery_table.pbsbresource
random_id.resource_name_suffixresource

Inputs

NameDescriptionTypeDefaultRequired
dataset_idDataset name to be used to create the new BQ Tablestringn/ayes
deployment_nameThe name of the current deploymentstringn/ayes
labelsLabels to add to the tables. Key-value pairs.map(string)n/ayes
project_idProject in which the HPC deployment will be createdstringn/ayes
table_idTable name to be used to create the new BQ Tablestringnullno
table_schemaSchema used to create the new BQ Tablestringn/ayes

Outputs

NameDescription
dataset_idID of BQ dataset
table_idID of created BQ table
table_nameName of created BQ table