Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] Error when reading data virtual machine with SRIOV adapter #2081

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions vsphere/data_source_vsphere_virtual_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ func dataSourceVSphereVirtualMachine() *schema.Resource {
Type: schema.TypeString,
Computed: true,
},
"physical_function": {
Type: schema.TypeString,
Computed: true,
Description: "The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'",
},
"bandwidth_limit": {
Type: schema.TypeInt,
Optional: true,
Expand Down