CloudNationHQ / terraform-azure-aks

Terraform module which creates azure kubernetes resources used by workloads and accelerators.
https://library.tf/modules/CloudNationHQ/aks/azure/latest
MIT License
0 stars 1 forks source link

Add web_app_routing block #57

Closed cveld closed 2 months ago

cveld commented 4 months ago

Since azurerm provider version 3.30 a web_app_routing block is provided to configure the app routing add-on. This feature went GA 7 November 2023 (https://azure.microsoft.com/en-us/updates/ga-application-routing-addon-for-azure-kubernetes-service-aks/) Not to be confused with the retired HTTP application routing add-on.

References:

It would be great to be able to enable the app routing add-on through this module.