-
Notifications
You must be signed in to change notification settings - Fork 467
feat: extend d/host_pci_device
support
#2049
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
base: main
Are you sure you want to change the base?
Conversation
d/vsphere_host_pci_device
d/vsphere_host_pci_device
d/vsphere_host_pci_device
support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
2d0d0cd
to
3ebb159
Compare
d/vsphere_host_pci_device
supportd/vsphere_host_pci_device
support
d/vsphere_host_pci_device
supportd/host_pci_device
support
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. |
Add support for the `vsphere_host_pci_device` data source to return all PCI devices which share the same details.
b74fdd5
to
7af9d92
Compare
Description
Add support for the
vsphere_host_pci_device
data 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