https://pulumi.com logo
Title
m

mysterious-match-79429

07/09/2022, 7:16 PM
Or just any good resources in general. I mean the docs are all well and good, but I want to be able to see what I am looking at when I get objects, etc. When I try and run from the python3 interpreter (in the venv of course) it tells me I must run with the pulumi cli. trying to print debug type output is not exactly working either. I am dc -= vsphere.get_datacenter(name="myDC") and when I try and use dc.id it tells me there are three values basically. Very confusing to me so far. I mean I have three datacenters, so that makes sense, but when I am get_datacenter with a name in there I expect to only return that result.
b

billowy-army-68599

07/09/2022, 7:40 PM
I should be able to help you with this on Monday
m

mysterious-match-79429

07/09/2022, 7:40 PM
Right on! I appreciate it, will ping you again then.
b

billowy-army-68599

07/11/2022, 9:28 PM
@mysterious-match-79429 just wanted to check in and see how I can help
m

mysterious-match-79429

07/11/2022, 9:29 PM
Hey @billowy-army-68599 Just trying to see if there is an example or something available for just deploying a resource into vSphere with python
does it help?
m

mysterious-match-79429

07/11/2022, 9:31 PM
Yes! Thank you, let me dig through this and see what I can figure out here. I appreciate it!