File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
examples/simple_zonal_private Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 16
16
17
17
variable "project_id" {
18
18
description = " The project ID to host the cluster in"
19
+ default = " vanguard-20200519"
19
20
}
20
21
21
22
variable "cluster_name_suffix" {
@@ -25,27 +26,33 @@ variable "cluster_name_suffix" {
25
26
26
27
variable "region" {
27
28
description = " The region to host the cluster in"
29
+ default = " asia-south1"
28
30
}
29
31
30
32
variable "zones" {
31
33
type = list (string )
32
34
description = " The zone to host the cluster in (required if is a zonal cluster)"
35
+ default = [" asia-south1-c" ]
33
36
}
34
37
35
38
variable "network" {
36
39
description = " The VPC network to host the cluster in"
40
+ default = " default"
37
41
}
38
42
39
43
variable "subnetwork" {
40
44
description = " The subnetwork to host the cluster in"
45
+ default = " default"
41
46
}
42
47
43
48
variable "ip_range_pods" {
44
49
description = " The secondary ip range to use for pods"
50
+ default = " asia-south1-c-ip-pods"
45
51
}
46
52
47
53
variable "ip_range_services" {
48
54
description = " The secondary ip range to use for services"
55
+ default = " asia-south1-c-ip-services"
49
56
}
50
57
51
58
variable "compute_engine_service_account" {
You can’t perform that action at this time.
0 commit comments