Skip to content

Commit

Permalink
vnic initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyriakos Oikonomakos committed Oct 21, 2019
1 parent ff889ef commit 466eed5
Show file tree
Hide file tree
Showing 3 changed files with 990 additions and 0 deletions.
1 change: 1 addition & 0 deletions vsphere/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func Provider() terraform.ResourceProvider {
"vsphere_vmfs_datastore": resourceVSphereVmfsDatastore(),
"vsphere_virtual_machine_snapshot": resourceVSphereVirtualMachineSnapshot(),
"vsphere_host": resourceVsphereHost(),
"vsphere_vnic": resourceVsphereNic(),
},

DataSourcesMap: map[string]*schema.Resource{
Expand Down
Loading

0 comments on commit 466eed5

Please sign in to comment.