mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-22 05:39:30 -04:00
azure: fix ccm config with correct uami client_id (#2144)
* fix azure ccm config with correct uami client_id * fix tests
This commit is contained in:
parent
5fa50c7fcc
commit
26480016a9
6 changed files with 16 additions and 8 deletions
|
@ -7,5 +7,6 @@ output "tenant_id" {
|
|||
}
|
||||
|
||||
output "uami_id" {
|
||||
value = azurerm_user_assigned_identity.identity_uami.id
|
||||
description = "Outputs the id in the format: /$ID/resourceGroups/$RG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/$NAME. Not to be confused with the client_id"
|
||||
value = azurerm_user_assigned_identity.identity_uami.id
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue