hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.53k stars 4.6k forks source link

Support for identities on container apps environment #25860

Open davidkarlsen opened 4 months ago

davidkarlsen commented 4 months ago

Is there an existing issue for this?

Community Note

Description

Add properties for managed identities on container apps environment. According bicep is: https://learn.microsoft.com/en-us/azure/templates/microsoft.app/managedenvironments?pivots=deployment-language-arm-template#managedserviceidentity-1

New or Affected Resource(s)/Data Source(s)

azurerm_container_app_environment

Potential Terraform Configuration

identities {
...
}

References

No response

davidkarlsen commented 4 months ago

Note: This might require you to update the go-sdk 1st.

alexgnq commented 2 months ago

This would be greatly appreciated!