starhawking / python-terrascript

Create Terraform files using Python scripts.
BSD 2-Clause "Simplified" License
515 stars 76 forks source link

Missing vSphere Data Source: Datastore #41

Closed austin-millan closed 6 years ago

austin-millan commented 6 years ago

Terrascript is missing the vsphere_datastore data source.

This declaration should be included in: python-terrascript/terrascript/vsphere/d.py

class vsphere_datastore(_data): pass
datastore = vsphere_datastore
mjuenema commented 6 years ago

I moved house last week and my computers are still in boxes. So please be a bit patient before I can address this issue. Thanks, Markus.

austin-millan commented 6 years ago

Issue addressed in #52.