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" {
4949
5050variable "ip_range_services_name" {
5151 description = " The secondary ip range to use for services"
52- default = " ip-range-scv "
52+ default = " ip-range-svc "
5353}
5454
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.
99| ------| -------------| ------| ---------| :--------:|
1010| cluster\_ name | The name for the GKE cluster | ` string ` | ` "gke-on-vpc-cluster" ` | no |
1111| 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 |
1313| network | The VPC network created to host the cluster in | ` string ` | ` "gke-network" ` | no |
1414| project\_ id | The project ID to host the cluster in | ` any ` | n/a | yes |
1515| 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" {
4545
4646variable "ip_range_services_name" {
4747 description = " The secondary ip range to use for services"
48- default = " ip-range-scv "
48+ default = " ip-range-svc "
4949}
5050
You can’t perform that action at this time.
0 commit comments