-
Notifications
You must be signed in to change notification settings - Fork 452
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: add vm to existing vm group #2260
fix: add vm to existing vm group #2260
Conversation
1997e0f
to
235bf53
Compare
235bf53
to
9ceaafe
Compare
I have added code to allow for existing groups to be updated with new vm's, this new code needs cluster import to be ran first on vm group. hashicorp#1878 Signed-off-by: Jared Burns <[email protected]>
9ceaafe
to
d9e15d2
Compare
Updates `r/sphere_compute_cluster_vm_group` to allow for additional virtual machines to be adding or removed from a VM Group. Ref: hashicorp#1878 Signed-off-by: Jared Burns <[email protected]>
d9e15d2
to
689410b
Compare
37300c4
to
8956103
Compare
…re-provide' of https://github.com/burnsjared0415/terraform-provider-vsphere into bug/Failed-to-add-servers-to-an-exist-vm-group-in-vsphere-provide
8956103
to
1a357c7
Compare
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.
Reviewed with Jared. LGTM and works as expected.
This functionality has been released in v2.9.2 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Updates
r/sphere_compute_cluster_vm_group
to allow for additional virtual machines to be adding or removed from a VM Group.Acceptance tests
Output from acceptance testing:
Release Note
r/sphere_compute_cluster_vm_group
: Updates to allow for additional virtual machines to be adding or removed from a VM Group.References
Closes #1878