terraform-provider-azurerm icon indicating copy to clipboard operation
terraform-provider-azurerm copied to clipboard

Support for AKS Web Application Routing add-on

Open zioproto opened this issue 2 years ago • 1 comments

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

zioproto avatar Sep 14 '22 12:09 zioproto

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

zioproto avatar Sep 21 '22 13:09 zioproto

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!

github-actions[bot] avatar Nov 04 '22 00:11 github-actions[bot]

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.

github-actions[bot] avatar Dec 04 '22 02:12 github-actions[bot]