Skip to content

Commit

Permalink
Update variable description (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Aug 4, 2020
1 parent a139864 commit 512412b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/azure-kubernetes-cluster/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ variable "kubernetes_version" {
}

variable "private_cluster_enabled" {
description = "This is to expose API server to internal IP addresses only."
description = "Whether or not the cluster is private. When in private mode, the API is exposed only to private addresses."
type = bool
default = false
default = true
}

variable "identity_type" {
Expand All @@ -43,7 +43,7 @@ variable "identity_type" {
}

variable "network_plugin" {
description = "Network plugin to use for networking."
description = "The network plugin to use for networking."
type = string
default = "kubenet"
}
Expand Down

0 comments on commit 512412b

Please sign in to comment.