-
Notifications
You must be signed in to change notification settings - Fork 453
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
feat: extend d/vsphere_host_pci_device
support
#2049
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. |
62cf640
to
901e11f
Compare
Marking this pull request as stale due to inactivity in the past 180 days. This helps us focus on the active pull requests. If this pull request receives no comments in the next 30 days it will automatically be closed. |
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