Skip to content

Commit

Permalink
Update vars.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer authored Feb 3, 2021
1 parent 8c7a1a1 commit 6519df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/azure-kubernetes-cluster/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "dns_prefix" {
variable "kubernetes_version" {
description = "The Kubernetes version deployed in the cluster."
type = string
default = "1.16.10"
default = null
}

variable "private_cluster_enabled" {
Expand Down

0 comments on commit 6519df4

Please sign in to comment.