File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ resource "google_container_cluster" "primary" {
42
42
}
43
43
44
44
45
- subnetwork = " projects/${ local . network_project_id } /regions/${ var . region } /subnetworks/${ var . subnetwork } "
45
+ subnetwork = " projects/${ local . network_project_id } /regions/${ local . region } /subnetworks/${ var . subnetwork } "
46
46
47
47
min_master_version = local. master_version
48
48
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ module "example" {
19
19
20
20
project_id = var. project_ids [1 ]
21
21
cluster_name_suffix = " -${ random_string . suffix . result } "
22
- region = var. region
23
22
zones = slice (var. zones , 0 , 1 )
24
23
network = google_compute_network. main . name
25
24
subnetwork = google_compute_subnetwork. main . name
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ module "example" {
19
19
20
20
project_id = var. project_ids [1 ]
21
21
cluster_name_suffix = " -${ random_string . suffix . result } "
22
- region = var. region
23
22
zones = slice (var. zones , 0 , 1 )
24
23
network = google_compute_network. main . name
25
24
subnetwork = google_compute_subnetwork. main . name
You can’t perform that action at this time.
0 commit comments