Skip to content

Commit ca65c94

Browse files
committed
update azure_aks module K8s version to 1.32
1 parent f9c5cd1 commit ca65c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/azure_aks/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ variable "aks_azure_policy_enabled" {
159159
variable "kubernetes_version" {
160160
description = "The AKS cluster K8s version"
161161
type = string
162-
default = "1.31"
162+
default = "1.32"
163163
}
164164

165165
variable "aks_cluster_endpoint_public_access_cidrs" {

0 commit comments

Comments
 (0)