Skip to content

Commit

Permalink
Regenerate modules
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Apr 12, 2019
1 parent 583aa3b commit ab5ec5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions modules/private-cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ variable "disable_legacy_metadata_endpoints" {
default = "true"
}


variable "node_pools" {
type = "list"
description = "List of maps containing node pools"
Expand Down Expand Up @@ -217,19 +216,20 @@ variable "service_account" {
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."
default = "create"
}

variable "enable_private_endpoint" {
description = "(Beta) Whether the master's internal IP address is used as the cluster endpoint"
default = false
description = "(Beta) Whether the master's internal IP address is used as the cluster endpoint"
default = false
}

variable "enable_private_nodes" {
description = "(Beta) Whether nodes have internal IP addresses only"
default = false
description = "(Beta) Whether nodes have internal IP addresses only"
default = false
}

variable "master_ipv4_cidr_block" {
description = "(Beta) The IP range in CIDR notation to use for the hosted master network"
default = "10.0.0.0/28"
description = "(Beta) The IP range in CIDR notation to use for the hosted master network"
default = "10.0.0.0/28"
}

variable "basic_auth_username" {
Expand Down
1 change: 0 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ variable "disable_legacy_metadata_endpoints" {
default = "true"
}


variable "node_pools" {
type = "list"
description = "List of maps containing node pools"
Expand Down

0 comments on commit ab5ec5d

Please sign in to comment.