From 974c8674e9fec5bcb21742306a84c9c3073815dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 16:03:42 -0800 Subject: [PATCH] chore(deps): update tf modules (#36) --- examples/bigquery/main.tf | 2 +- examples/pubsub/main.tf | 2 +- examples/stackdriver/main.tf | 2 +- examples/storage/main.tf | 2 +- test/setup/main.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/bigquery/main.tf b/examples/bigquery/main.tf index 713580e..110bf2c 100644 --- a/examples/bigquery/main.tf +++ b/examples/bigquery/main.tf @@ -22,7 +22,7 @@ resource "random_string" "suffix" { module "example-vpc-module" { source = "terraform-google-modules/network/google" - version = "~> 4.0" + version = "~> 6.0" project_id = var.project_id network_name = "vpc-network-${random_string.suffix.result}" auto_create_subnetworks = true diff --git a/examples/pubsub/main.tf b/examples/pubsub/main.tf index 7f35346..506e2f2 100644 --- a/examples/pubsub/main.tf +++ b/examples/pubsub/main.tf @@ -22,7 +22,7 @@ resource "random_string" "suffix" { module "example-vpc-module" { source = "terraform-google-modules/network/google" - version = "~> 4.0" + version = "~> 6.0" project_id = var.project_id network_name = "vpc-network-${random_string.suffix.result}" auto_create_subnetworks = true diff --git a/examples/stackdriver/main.tf b/examples/stackdriver/main.tf index 14578e5..4524b71 100644 --- a/examples/stackdriver/main.tf +++ b/examples/stackdriver/main.tf @@ -22,7 +22,7 @@ resource "random_string" "suffix" { module "example-vpc-module" { source = "terraform-google-modules/network/google" - version = "~> 4.0" + version = "~> 6.0" project_id = var.project_id network_name = "vpc-network-${random_string.suffix.result}" auto_create_subnetworks = true diff --git a/examples/storage/main.tf b/examples/storage/main.tf index 0c36ab7..1d441a6 100644 --- a/examples/storage/main.tf +++ b/examples/storage/main.tf @@ -22,7 +22,7 @@ resource "random_string" "suffix" { module "example-vpc-module" { source = "terraform-google-modules/network/google" - version = "~> 4.0" + version = "~> 6.0" project_id = var.project_id network_name = "vpc-network-${random_string.suffix.result}" auto_create_subnetworks = true diff --git a/test/setup/main.tf b/test/setup/main.tf index c8bd787..39f215e 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -16,7 +16,7 @@ module "project" { source = "terraform-google-modules/project-factory/google" - version = "~> 10.2" + version = "~> 14.0" name = "ci-gsuite-export" random_project_id = true