Commit 0ba6b7f 1 parent 06e99d1 commit 0ba6b7f Copy full SHA for 0ba6b7f
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
module "network" {
4
4
count = var. shim || var. shared_vpc ? 0 : 1
5
5
source = " terraform-google-modules/network/google"
6
- version = " 7 .3.0"
6
+ version = " 9 .3.0"
7
7
description = " Truefoundry network for ${ var . cluster_name } "
8
8
project_id = var. project_id
9
9
network_name = local. network_name
@@ -84,7 +84,7 @@ resource "time_sleep" "wait_2_mins" {
84
84
module "cloud_router" {
85
85
count = var. shim || var. shared_vpc ? 0 : 1
86
86
source = " terraform-google-modules/cloud-router/google"
87
- version = " 6.0.1 "
87
+ version = " 6.2.0 "
88
88
description = " Truefoundry NAT router for ${ var . cluster_name } "
89
89
name = local. router_name
90
90
project = var. project_id
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 1.4"
2
+ required_version = " ~> 1.4"
3
3
required_providers {
4
4
google = {
5
5
source = " hashicorp/google"
6
- version = " 4.81 .0"
6
+ version = " ~> 6 .0"
7
7
}
8
8
time = {
9
9
source = " hashicorp/time"
10
- version = " 0.12.1 "
10
+ version = " ~> 0.12"
11
11
}
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments