terraform-provider-azurerm
terraform-provider-azurerm copied to clipboard
Support for AKS Web Application Routing add-on
Is there an existing issue for this?
- [X] I have searched the existing issues
Community Note
- Please vote on this issue by adding a :thumbsup: reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, 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
Description
AKS has a new addon feature: The Web Application Routing solution
https://docs.microsoft.com/en-us/azure/aks/web-app-routing
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Potential Terraform Configuration
resource "azurerm_kubernetes_cluster" "main" {
[..CUT..]
web_application_routing_enabled = var.web_application_routing
[..CUT..]
}
References
Feature documentation:
- https://docs.microsoft.com/en-us/azure/aks/web-app-routing
Patch for support of Web Application Routing add-on in az
with the aks-review
extension
- https://github.com/Azure/azure-cli-extensions/pull/4872/files
The effort for this PR should be similar to adding other addons, example:
- https://github.com/hashicorp/terraform-provider-azurerm/pull/14308/files
It is probably easier to look at this PR as an example to add an addon: https://github.com/hashicorp/terraform-provider-azurerm/pull/13462
This functionality has been released in v3.30.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.