We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d907add commit c6f6d72Copy full SHA for c6f6d72
1 file changed
modules/aks/azure/variables.tf
@@ -6,7 +6,7 @@ variable "base_domain" {
6
variable "kubernetes_version" {
7
description = "Specify which Kubernetes release to use."
8
type = string
9
- default = "1.21.2"
+ default = "1.21.9"
10
}
11
12
variable "resource_group_name" {
0 commit comments