Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/bigquery/googl…
Browse files Browse the repository at this point in the history
…e to v8
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 76a5321 commit a25f407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/bq-exfil-demo/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "bigquery" {
source = "terraform-google-modules/bigquery/google"
version = "~> 7.0"
version = "~> 8.0"

dataset_id = "project_1_dataset"
dataset_name = "project_1_dataset"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module "regular_service_perimeter_1" {

module "bigquery" {
source = "terraform-google-modules/bigquery/google"
version = "~> 7.0"
version = "~> 8.0"
dataset_id = var.dataset_id
dataset_name = var.dataset_id
description = "Dataset with a single table with one field"
Expand Down

0 comments on commit a25f407

Please sign in to comment.