calm-tent-21096
03/30/2022, 11:39 AMUserManagedIdentity
, but I can't get the string
value at time of ManagedCluster
creation. I have an Output<string>
but I need a string
.ManagedCluster
with a user-assigned identity deployed as part of the stack?billowy-army-68599
03/30/2022, 3:24 PMapply
UserManagedIdentity.apply
and create the clister inside there, it'll workcalm-tent-21096
03/30/2022, 3:29 PM