Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/network/google …
Browse files Browse the repository at this point in the history
…to v7
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent cf352b2 commit e778f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/private_network/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 = "~> 6.0"
version = "~> 7.0"
project_id = var.project_id
network_name = var.network_name
routing_mode = "GLOBAL"
Expand Down

0 comments on commit e778f1b

Please sign in to comment.