Skip to content

Commit 9ea334b

Browse files
committed
Add missing line in private-cluster variables.tf
1 parent 89cdcca commit 9ea334b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

autogen/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ variable "service_account" {
217217
default = ""
218218
}
219219
{% if private_cluster %}
220+
220221
variable "enable_private_endpoint" {
221222
description = "(Beta) Whether the master's internal IP address is used as the cluster endpoint"
222223
default = false

modules/private-cluster/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ variable "service_account" {
216216
description = "The service account to default running nodes as if not overridden in `node_pools`. Defaults to the compute engine default service account. May also specify `create` to automatically create a cluster-specific service account"
217217
default = ""
218218
}
219+
219220
variable "enable_private_endpoint" {
220221
description = "(Beta) Whether the master's internal IP address is used as the cluster endpoint"
221222
default = false

0 commit comments

Comments
 (0)