Or just any good resources in general. I mean the ...
# python
m
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
I should be able to help you with this on Monday
m
Right on! I appreciate it, will ping you again then.
b
@mysterious-match-79429 just wanted to check in and see how I can help
m
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
Yes! Thank you, let me dig through this and see what I can figure out here. I appreciate it!