Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
changing aks versions
  • Loading branch information
jbih26 authored Dec 13, 2023
1 parent 62affe9 commit d91ee44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aks/aks_cluster_arm_template/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variable "cluster_region" {
variable "cluster_version" {
type = string
description = "AKS cluster version."
default = "1.23"
default = "1.27"
}

variable "castai_api_url" {
Expand Down

0 comments on commit d91ee44

Please sign in to comment.