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.58k stars 4.62k forks source link

Support for configuration of keyVaultReferenceIdentity in azurerm_logic_app_standard #22448

Open IainAdamsLabs opened 1 year ago

IainAdamsLabs commented 1 year ago

Is there an existing issue for this?

Community Note

Description

Add support for keyVaultReferenceIdentity in azurerm_logic_app_standard as has been done for azurerm_function_app #13960 azurerm_app_service #13720.

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

azurerm_logic_app_standard

Potential Terraform Configuration

key_vault_reference_identity_id - (Optional) The User Assigned Identity Id used for looking up KeyVault secrets. The identity must be assigned to the application. See Access vaults with a user-assigned identity for more information.

References

No response

cloudzaken commented 7 months ago

We really need this

allardscheers commented 7 months ago

Same here, we have a workaround, but it is not the right choice, so I hope it will be available as soon as possible for the logic app standard

fgarcia-cnb commented 1 month ago

@allardscheers im curious, what was your work around? im in need of this too and im thinking of using azapi, but im worried if it will conflict with the value calculated by the azurerm_logic_app_standard resource