File tree 2 files changed +11
-8
lines changed
test/fixtures/simple_regional_with_gateway_api
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 17
17
module "example" {
18
18
source = " ../../../examples/simple_regional_with_gateway_api"
19
19
20
- project_id = var. project_ids [1 ]
21
- region = var. region
22
- gateway_api_channel = " CHANNEL_STANDARD"
20
+ project_id = var. project_ids [1 ]
21
+ cluster_name_suffix = " -${ random_string . suffix . result } "
22
+ region = var. region
23
+ network = google_compute_network. main . name
24
+ subnetwork = google_compute_subnetwork. main . name
25
+ ip_range_pods = google_compute_subnetwork. main . secondary_ip_range [0 ]. range_name
26
+ ip_range_services = google_compute_subnetwork. main . secondary_ip_range [1 ]. range_name
27
+ compute_engine_service_account = var. compute_engine_service_accounts [0 ]
28
+ skip_provisioners = true
29
+ enable_binary_authorization = true
30
+ gateway_api_channel = " CHANNEL_STANDARD"
23
31
}
Original file line number Diff line number Diff line change @@ -23,8 +23,3 @@ variable "region" {
23
23
description = " The region to host the cluster in"
24
24
default = " us-east4"
25
25
}
26
-
27
- variable "gateway_api_channel" {
28
- type = string
29
- description = " The gateway api channel of this cluster."
30
- }
You can’t perform that action at this time.
0 commit comments