https://pulumi.com logo
#general
Title
# general
w

white-terabyte-21934

06/02/2022, 7:09 AM
Hello , Looking for an advice , I am trying pulumi with python and would like to know the better usage of Output . • Creating a resources let say r = xx.CreateResources(…) ==> r (A pulumi output object) • Would like to extract the raw value of a property ,let say r.http_url (which is again a type of
pulumi.output.Output object
. • Would like to print these values via a print statement (like terraform output format) ,what is the best way to fetch the value via Ouput() method ?
b

billowy-army-68599

06/02/2022, 8:37 AM
answered this in another thread
1
2 Views