File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
examples/island_cluster_anywhere_in_gcp_design Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -163,13 +163,13 @@ resource "google_compute_network_attachment" "router_net_attachment" {
163163
164164module "cloud_router" {
165165 source = " terraform-google-modules/cloud-router/google"
166- version = " ~> 7 .0"
166+ version = " ~> 8 .0"
167167 for_each = { for k , v in var . gke_spokes : k => v }
168168
169- name = " router-${ each . value [" cluster_name" ]} -${ random_id . rand . hex } "
170- project = each. value [" project_id" ]
171- network = module. net [each . key ]. network_name
172- region = var. region
169+ name = " router-${ each . value [" cluster_name" ]} -${ random_id . rand . hex } "
170+ project_id = each. value [" project_id" ]
171+ network = module. net [each . key ]. network_name
172+ region = var. region
173173}
174174
175175resource "google_compute_router_nat" "nat_type" {
You can’t perform that action at this time.
0 commit comments