Skip to content

Commit b40eae7

Browse files
committed
Upgrade modules to use provider 6.0
1 parent 23591cf commit b40eae7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/vpc/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ locals {
1919

2020
module "network" {
2121
source = "terraform-google-modules/network/google"
22-
version = "8.1.0"
22+
version = "10.0.0"
2323
# required_providers {
2424
# google = {
2525
# source = "hashicorp/google"
26-
# version = ">= 4.64, < 6"
26+
# version = ">= 4.64, < 7"
2727
# }
2828
# google-beta = {
2929
# source = "hashicorp/google-beta"
30-
# version = ">= 4.64, < 6"
30+
# version = ">= 4.64, < 7"
3131
# }
3232
# }
3333

@@ -70,7 +70,7 @@ module "network" {
7070

7171
module "cloud_router" {
7272
source = "terraform-google-modules/cloud-router/google"
73-
version = "6.0.2"
73+
version = "6.3.0"
7474
# required_providers {
7575
# google = {
7676
# source = "hashicorp/google"

0 commit comments

Comments
 (0)