Support for current_kubernetes_version
on azurerm_kubernetes_cluster
resource
#22993
Closed
1 task done
Milestone
Is there an existing issue for this?
Community Note
Description
I'd like to be able to get the current Kubernetes version from an
azurerm_kubernetes_cluster
resource. This information would be generally useful for reporting purposes and advanced automation use cases.This change would also allow us to work around a current AKS bug with alias expansion for node pools (which we can't work around with the AKS suggested fix due to how the provider deals with setting the orchestrator version empty). We're currently having to use a shell script to get this value.
This data is already available in the provider and would only need to be exposed on the resource.
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Potential Terraform Configuration
References
azurerm_kubernetes_cluster
- addcurrent_kubernetes_version
#22986The text was updated successfully, but these errors were encountered: