Is there an existing issue for this?
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
Since we now have Functions V2 on ACA (microsoft/azure-container-apps#1614) there is a kind property on container apps that can be used to denote the container is a azure function app.
It would be great if this was exposed from the resource.
New or Affected Resource(s)/Data Source(s)
azurerm_container_app
Potential Terraform Configuration
resouce "azurerm_container_app" "this" {
kind = "functionapp"
}
References
ARM resouce: https://learn.microsoft.com/en-us/azure/templates/microsoft.app/containerapps
Is there an existing issue for this?
Community Note
Description
Since we now have Functions V2 on ACA (microsoft/azure-container-apps#1614) there is a
kindproperty on container apps that can be used to denote the container is a azure function app.It would be great if this was exposed from the resource.
New or Affected Resource(s)/Data Source(s)
azurerm_container_app
Potential Terraform Configuration
References
ARM resouce: https://learn.microsoft.com/en-us/azure/templates/microsoft.app/containerapps