We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23591cf commit b40eae7Copy full SHA for b40eae7
modules/vpc/main.tf
@@ -19,15 +19,15 @@ locals {
19
20
module "network" {
21
source = "terraform-google-modules/network/google"
22
- version = "8.1.0"
+ version = "10.0.0"
23
# required_providers {
24
# google = {
25
# source = "hashicorp/google"
26
- # version = ">= 4.64, < 6"
+ # version = ">= 4.64, < 7"
27
# }
28
# google-beta = {
29
# source = "hashicorp/google-beta"
30
31
32
33
@@ -70,7 +70,7 @@ module "network" {
70
71
module "cloud_router" {
72
source = "terraform-google-modules/cloud-router/google"
73
- version = "6.0.2"
+ version = "6.3.0"
74
75
76
0 commit comments