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 v8
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent 6d342b2 commit ad2be79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nat/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

project_id = var.project_id
network_name = "test-network"
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 @@ -16,7 +16,7 @@

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

project_id = var.project_id
network_name = "test-network"
Expand Down

0 comments on commit ad2be79

Please sign in to comment.