Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

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] authored Sep 11, 2024
1 parent 666a139 commit 4a85976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 6.0.1"
version = "~> 9.2.0"
network_name = "${var.name}-vpc"
project_id = module.enabled_google_apis.project_id
routing_mode = "GLOBAL"
Expand Down

0 comments on commit 4a85976

Please sign in to comment.