Hello , Looking for an advice , I am trying pulumi...
# general
w
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
answered this in another thread
1