Currently, I'm just doing... ``` ...
# contribute
r
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