File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
private_zonal_with_networking
simple_regional_with_networking Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ variable "ip_range_pods_name" {
49
49
50
50
variable "ip_range_services_name" {
51
51
description = " The secondary ip range to use for services"
52
- default = " ip-range-scv "
52
+ default = " ip-range-svc "
53
53
}
54
54
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This example illustrates how to create a VPC and a simple cluster.
9
9
| ------| -------------| ------| ---------| :--------:|
10
10
| cluster\_ name | The name for the GKE cluster | ` string ` | ` "gke-on-vpc-cluster" ` | no |
11
11
| ip\_ range\_ pods\_ name | The secondary ip range to use for pods | ` string ` | ` "ip-range-pods" ` | no |
12
- | ip\_ range\_ services\_ name | The secondary ip range to use for services | ` string ` | ` "ip-range-scv " ` | no |
12
+ | ip\_ range\_ services\_ name | The secondary ip range to use for services | ` string ` | ` "ip-range-svc " ` | no |
13
13
| network | The VPC network created to host the cluster in | ` string ` | ` "gke-network" ` | no |
14
14
| project\_ id | The project ID to host the cluster in | ` any ` | n/a | yes |
15
15
| region | The region to host the cluster in | ` string ` | ` "us-central1" ` | no |
Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ variable "ip_range_pods_name" {
45
45
46
46
variable "ip_range_services_name" {
47
47
description = " The secondary ip range to use for services"
48
- default = " ip-range-scv "
48
+ default = " ip-range-svc "
49
49
}
50
50
You can’t perform that action at this time.
0 commit comments