Is there an existing issue for this?
Description
The azcli command supports the following features when creating or updating an AKS.(Long Term Support (LTS))
- sku_tier = premium
- k8s-support-plan = AKSLongTermSupport
The example of the command is as follows.
az aks create --resource-group myResourceGroup --name myAKSCluster --tier premium --k8s-support-plan AKSLongTermSupport --kubernetes-version 1.27
az aks update --resource-group myResourceGroup --name myAKSCluster --tier premium --k8s-support-plan AKSLongTermSupport
"sku_tier = premium", "k8s-support-plan = AKSLongTermSupport" is not currently supported for the "azurerm_kubernets_cluster" feature. Do you have any future support plans? I'm curious. In other words, I would like to know if you are planning to support the LTS feature or not.
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Potential Terraform Configuration
No response
References
No response
Is there an existing issue for this?
Description
The azcli command supports the following features when creating or updating an AKS.(Long Term Support (LTS))
The example of the command is as follows.
"sku_tier = premium", "k8s-support-plan = AKSLongTermSupport" is not currently supported for the "azurerm_kubernets_cluster" feature. Do you have any future support plans? I'm curious. In other words, I would like to know if you are planning to support the LTS feature or not.
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Potential Terraform Configuration
No response
References
No response