You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: autogen/variables.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -251,8 +251,8 @@ variable "service_account" {
251
251
description ="The service account to run nodes as if not overridden in `node_pools`. The default value will cause a cluster-specific service account to be created."
252
252
default ="create"
253
253
}
254
-
255
254
{%ifprivate_cluster%}
255
+
256
256
variable "deploy_using_private_endpoint" {
257
257
description ="(Beta) A toggle for Terraform and kubectl to connect to the master's internal IP address during deployment."
0 commit comments