Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/network/google…
Browse files Browse the repository at this point in the history
… to v10 (#69)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 06cdb8e commit 2c19c03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/bigquery/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "random_string" "suffix" {

module "example-vpc-module" {
source = "terraform-google-modules/network/google"
version = "~> 9.0"
version = "~> 10.0"
project_id = var.project_id
network_name = "vpc-network-${random_string.suffix.result}"
auto_create_subnetworks = true
Expand Down
2 changes: 1 addition & 1 deletion examples/pubsub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "random_string" "suffix" {

module "example-vpc-module" {
source = "terraform-google-modules/network/google"
version = "~> 9.0"
version = "~> 10.0"
project_id = var.project_id
network_name = "vpc-network-${random_string.suffix.result}"
auto_create_subnetworks = true
Expand Down
2 changes: 1 addition & 1 deletion examples/stackdriver/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "random_string" "suffix" {

module "example-vpc-module" {
source = "terraform-google-modules/network/google"
version = "~> 9.0"
version = "~> 10.0"
project_id = var.project_id
network_name = "vpc-network-${random_string.suffix.result}"
auto_create_subnetworks = true
Expand Down
2 changes: 1 addition & 1 deletion examples/storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "random_string" "suffix" {

module "example-vpc-module" {
source = "terraform-google-modules/network/google"
version = "~> 9.0"
version = "~> 10.0"
project_id = var.project_id
network_name = "vpc-network-${random_string.suffix.result}"
auto_create_subnetworks = true
Expand Down

0 comments on commit 2c19c03

Please sign in to comment.