[wip] feat: extend d/host_pci_device support#2049
[wip] feat: extend d/host_pci_device support#2049mristok wants to merge 1 commit intovmware:mainfrom
d/host_pci_device support#2049Conversation
d/vsphere_host_pci_device
d/vsphere_host_pci_deviced/vsphere_host_pci_device support
tenthirtyam
left a comment
There was a problem hiding this comment.
This LGTM, but it would be a breaking change for those using name today and would need to be noted.
@iBrandyJackson - what's the HashiCorp protocol for such a change?
|
This change does return a List of PCI devices (still includes |
|
But if someone is using the data source they need to change it from name to name_regex if I recall correctly. That would be a breaking change for any existing user of the data source |
|
This would still be considered a breaking change, but not as you have stated. |
|
@tenthirtyam per unified process across HC supported providers, we recommend holding all breaking changes such as this to be released in our next major release version. My apologies for my delay on response here, just now seeing this. |
901e11f to
b362b10
Compare
355e4c6 to
b74fdd5
Compare
d/host_pci_device supportd/host_pci_device support
|
Marking this one as ready for review after rebased post-transfer. |
b74fdd5 to
7af9d92
Compare
7af9d92 to
bf70c83
Compare
d/host_pci_device supportd/host_pci_device support
bf70c83 to
2409da5
Compare
Add support for the `vsphere_host_pci_device` data source to return all PCI devices which share the same details.
Description
Add support for the
vsphere_host_pci_devicedata source to return all PCI devices which share the same detailsProvider tests
ESXi Host with ConnectX PCI Device(s)
ESXi host without ConnectX PCI Device(s)
Acceptance tests
Output from acceptance testing:
Release Note
Release note for CHANGELOG:
References
Closes #1572