-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
Is there an existing issue for this?
- I have searched the existing issues
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Description
API Server VNet Integration is now generally available in Azure AKS. It would be great to have first-class support for this feature in the Terraform azurerm_kubernetes_cluster resource.
This feature enables the AKS API server to be accessible via an internal load balancer within a delegated subnet, improving network security and enabling tighter integration with private infrastructure.
There was some discussion about this during the preview phase (see #27525), but support was never added.
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Potential Terraform Configuration
References
No response