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: modules/private-cluster/variables.tf
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -216,6 +216,7 @@ variable "service_account" {
216
216
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"
217
217
default=""
218
218
}
219
+
219
220
variable"enable_private_endpoint" {
220
221
description="(Beta) Whether the master's internal IP address is used as the cluster endpoint"
0 commit comments