Skip to content

Commit ab5ec5d

Browse files
committed
Regenerate modules
1 parent 583aa3b commit ab5ec5d

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

modules/private-cluster/variables.tf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ variable "disable_legacy_metadata_endpoints" {
129129
default = "true"
130130
}
131131

132-
133132
variable "node_pools" {
134133
type = "list"
135134
description = "List of maps containing node pools"
@@ -217,19 +216,20 @@ variable "service_account" {
217216
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."
218217
default = "create"
219218
}
219+
220220
variable "enable_private_endpoint" {
221-
description = "(Beta) Whether the master's internal IP address is used as the cluster endpoint"
222-
default = false
221+
description = "(Beta) Whether the master's internal IP address is used as the cluster endpoint"
222+
default = false
223223
}
224224

225225
variable "enable_private_nodes" {
226-
description = "(Beta) Whether nodes have internal IP addresses only"
227-
default = false
226+
description = "(Beta) Whether nodes have internal IP addresses only"
227+
default = false
228228
}
229229

230230
variable "master_ipv4_cidr_block" {
231-
description = "(Beta) The IP range in CIDR notation to use for the hosted master network"
232-
default = "10.0.0.0/28"
231+
description = "(Beta) The IP range in CIDR notation to use for the hosted master network"
232+
default = "10.0.0.0/28"
233233
}
234234

235235
variable "basic_auth_username" {

variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ variable "disable_legacy_metadata_endpoints" {
129129
default = "true"
130130
}
131131

132-
133132
variable "node_pools" {
134133
type = "list"
135134
description = "List of maps containing node pools"

0 commit comments

Comments
 (0)