File tree 3 files changed +3
-3
lines changed
island_cluster_anywhere_in_gcp_design
island_cluster_with_vm_router
safer_cluster_iap_bastion
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
module "net" {
16
16
source = " terraform-google-modules/network/google"
17
- version = " ~> 9 .0"
17
+ version = " ~> 10 .0"
18
18
19
19
for_each = { for k , v in var . gke_spokes : k => v }
20
20
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ resource "google_service_account" "gke-sa" {
25
25
26
26
module "net" {
27
27
source = " terraform-google-modules/network/google"
28
- version = " ~> 9 .0"
28
+ version = " ~> 10 .0"
29
29
30
30
network_name = " gke-net-${ random_id . rand . hex } "
31
31
routing_mode = " GLOBAL"
Original file line number Diff line number Diff line change 17
17
18
18
module "vpc" {
19
19
source = " terraform-google-modules/network/google"
20
- version = " ~> 9.3 "
20
+ version = " ~> 10.0 "
21
21
22
22
project_id = module. enabled_google_apis . project_id
23
23
network_name = var. network_name
You can’t perform that action at this time.
0 commit comments