most-mouse-38002
08/19/2022, 1:53 PMApplyT()
function for every time we need a value?billowy-army-68599
most-mouse-38002
08/22/2022, 8:23 AMresources.ResourceGroup
created, and a bit later I do a http request to Azure (to get the content of a Secret). At this point, I need the created resource groups name, as a string
, but I only have it as an StringOutput
. I understand there is some async stuff going on here, and no guarantees about when it is available, but I really need that name.billowy-army-68599
bit later I do a http request to Azure (to get the content of a Secret)Why are you needed to do this? Are you creating the secret with Pulumi, or does it already exist?
most-mouse-38002
08/22/2022, 4:14 PMbillowy-army-68599
most-mouse-38002
08/22/2022, 4:27 PM