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 v7
  • Loading branch information
renovate[bot] authored Aug 15, 2023
1 parent 1db8a68 commit adec0bf
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 = "~> 7.2.0"
network_name = "${var.name}-vpc"
project_id = module.enabled_google_apis.project_id
routing_mode = "GLOBAL"
Expand Down

0 comments on commit adec0bf

Please sign in to comment.