limited-farmer-68874
06/17/2023, 1:28 AMapply
does not seem to convert Output[str]
despite documentation and everyone on the internet saying this is the way to accomplish this...
I'm working in Python, Btw.pulumi.FileAsset
, but the ZIP file requires some Authorization.billowy-army-68599
Apply doesn’t convert andoes not seem to convertapply
Output[str]
Output[str]
it waits for the value to be returned, then does something with it. What do you have so far?
You like want to do:
value.apply(lambda v: //download the file here)
limited-farmer-68874
06/17/2023, 2:01 AMbillowy-army-68599
limited-farmer-68874
06/17/2023, 2:20 AMbillowy-army-68599
limited-farmer-68874
06/19/2023, 2:31 AM