https://pulumi.com logo
r

rough-oil-1458

09/02/2018, 3:55 PM
Currently, I'm just doing...
Copy code
Resources: map[string]*tfbridge.ResourceInfo{
                        "vsphere_virtual_machine": {Tok: vsphereResource(vsphereMod, "VirtualMachine")},
                },
                DataSources: map[string]*tfbridge.DataSourceInfo{
                        "vsphere_virtual_machine": {Tok: vsphereDataSource(vsphereMod, "getVirtualMachine")},
                },
👍 1
2 Views