Azure / terraform-azurerm-avm-res-managedidentity-userassignedidentity

To gain access, please finish setting up this repository now at:
https://repos.opensource.microsoft.com/Azure/wizard?existingreponame=terraform-azurerm-avm-res-managedidentity-userassignedidentity&existingrepoid=764827718
MIT License
4 stars 5 forks source link

[AVM Module Issue]: Add client_id output #45

Closed ZdenekPesek closed 2 months ago

ZdenekPesek commented 2 months ago

Check for previous/existing GitHub issues

Issue Type?

Feature Request

(Optional) Module Version

No response

(Optional) Correlation Id

No response

Description

Hello,

It would be really handy to output also client_id attribute the same way the resource azurerm_user_assigned_identity does on its own. Usage is quite straightforward, client_id is used as a workload identity within AKS. It does not make sense to ask for it via data resource if we can get it right away.

Thanks Zdenek

microsoft-github-policy-service[bot] commented 2 months ago

[!IMPORTANT] The "Needs: Triage :mag:" label must be removed once the triage process is complete!

[!TIP] For additional guidance on how to triage this issue/PR, see the TF Issue Triage documentation.

JFolberth commented 2 months ago

Thanks @ZdenekPesek. Will work on this in the coming week and bundle it with the required telemetry change.

JFolberth commented 2 months ago

@ZdenekPesek latest version 0.3.2 has been updated to include client and tenant id. Feel free to reach out if you are experiencing any issues.

ZdenekPesek commented 2 months ago

@JFolberth all seems to be good! Thank you very much for a prompt action.