Treehopper e6c40a7f8a Fix: Version 1.16.10 is not supported in this region.
Full:
Error: creating Managed Kubernetes Cluster "aks-getting-started" (Resource Group "aks-getting-started"): containerservice.ManagedClustersClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="AgentPoolK8sVersionNotSupported" Message="Version 1.16.10 is not supported in this region. Please use [az aks get-versions] command to get the supported version list in this region. For more information, please check https://aka.ms/supported-version-list"
2021-11-24 16:22:11 +00:00

23 lines
287 B
HCL

variable "serviceprinciple_id" {
}
variable "serviceprinciple_key" {
}
variable "tenant_id" {
}
variable "subscription_id" {
}
variable "ssh_key" {
}
variable "location" {
default = "australiaeast"
}
variable "kubernetes_version" {
default = "1.22.2"
}