Hi, I would like to extract all the resource attri...
# general
e
Hi, I would like to extract all the resource attributes when running
unittest
. I have prepared the following 2 files: https://pastebin.com/qnykN38V and https://pastebin.com/vcWbyn3Y. On running
python3 -m unittest test.py
I get:
{<pulumi.output.Output object at 0x7ff78348bb80>: <pulumi.output.Output object at 0x7ff78343f670>, <pulumi.output.Output object at 0x7ff783497d00>: <pulumi.output.Output object at 0x7ff783458490>, <pulumi.output.Output object at 0x7ff7834a5730>: <pulumi.output.Output object at 0x7ff78346df40>, <pulumi.output.Output object at 0x7ff7834a51f0>: <pulumi.output.Output object at 0x7ff783404a00>, <pulumi.output.Output object at 0x7ff7834b0490>: <pulumi.output.Output object at 0x7ff783415af0>}
. How do I force pulumi to return the Output? Thanks