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 v9
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 50e889f commit 9c4cc56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 04-Instance-Group/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "network" {
source = "terraform-google-modules/network/google"
version = "~> 7.0"
version = "~> 9.0"
project_id = module.project_iam_bindings.projects[0]
network_name = "lab04-vpc"
routing_mode = "GLOBAL"
Expand Down
2 changes: 1 addition & 1 deletion 05-Load-Balancer/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "network" {
source = "terraform-google-modules/network/google"
version = "~> 7.0"
version = "~> 9.0"
project_id = module.project_iam_bindings.projects[0]
network_name = "lab05-vpc"
routing_mode = "GLOBAL"
Expand Down
2 changes: 1 addition & 1 deletion other/terraform-codelab/lab-networking/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# # Create the network
module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 7.0"
version = "~> 9.0"

# Give the network a name and project
project_id = google_project_service.compute.project
Expand Down

0 comments on commit 9c4cc56

Please sign in to comment.