Skip to content

Commit 84fbb9a

Browse files
authored
Fix typo on k8s service's acronym to svc (terraform-google-modules#1436)
1 parent a70307a commit 84fbb9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/private_zonal_with_networking/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ variable "ip_range_pods_name" {
4949

5050
variable "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

examples/simple_regional_with_networking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

examples/simple_regional_with_networking/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ variable "ip_range_pods_name" {
4545

4646
variable "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

0 commit comments

Comments
 (0)