Open gtitze opened 2 weeks ago
[!WARNING] Tagging the AVM Core Team (@Azure/avm-core-team-technical-terraform) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly.
[!TIP]
- To prevent further actions to take effect, the "Status: Response Overdue 🚩" label must be removed, once this issue has been responded to.
- To avoid this rule being (re)triggered, the ""Needs: Triage :mag:" label must be removed as part of the triage process (when the issue is first responded to)!
Check for previous/existing GitHub issues
Issue Type?
Feature Request
(Optional) Module Version
main
(Optional) Correlation Id
No response
Description
When using connections with authenticating with managed identites, we were missing the option to set ARM parameters in the resource. The source code proves that a blank empty object is set: https://github.com/Azure/terraform-azurerm-avm-res-logic-workflow/blob/aa6e069e3b80cda355af534c4050f01aa608a32f/main.tf#L5
As authentication failed when providing connection information directly in the workflow parameters, we would like to set the parameters on the ARM resource level.