azurerm_container_app: Add support for new attribute kind#30838
azurerm_container_app: Add support for new attribute kind#30838jiaweitao001 wants to merge 2 commits intohashicorp:mainfrom
azurerm_container_app: Add support for new attribute kind#30838Conversation
Hi @jiaweitao001 - There's no description on the PR? Also, we do not expose |
Hi @jackofallops , I'll add some details in the description. According to the doc, there's a difference on optimization under the hood https://docs.azure.cn/en-us/container-apps/functions-overview#deployment-and-setup . We have a few incoming request for this feature as well. |
|
Could we get an update on this please? |
|
@jackofallops for what it's worth from my perspective, i agree with a separate resource e.g. container_app_function ... it looks like azure rolled the offering as a distinct kind under this API and that it's considered an "optimized form for functions" of the containers API. it would probably simplify the allowed options specifically for container functions instead of cluttering the existing logic for the container_app resource |
|
As mentioned in our contributing guidelines, we generally don't expose To support this functionality, please add a new resource. Closing for now. |


Community Note
Description
This PR will add support for
kindattribute in theazurerm_container_appresource and resolve issue #30257 .PR Checklist
For example: “
resource_name_here- description of change e.g. adding propertynew_property_name_here”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_resource- support for thething1property [GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #30257
AI Assistance Disclosure
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the provider.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
Note
If this PR changes meaningfully during the course of review please update the title and description as required.