-
Notifications
You must be signed in to change notification settings - Fork 454
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: r/vsphere_tag_category
cardinality
#2263
fix: r/vsphere_tag_category
cardinality
#2263
Conversation
r/vsphere_tag_category
cardinality
r/vsphere_tag_category
cardinalityr/vsphere_tag_category
cardinality
0ddcf22
to
5349c42
Compare
There was a bug that resulted in the tag being replaced when changing cardinality from Single to Multiple, i have remove the ForceNew. Signed-off-by: Jared Burns <[email protected]>
5349c42
to
22d0ec1
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.
LGTM!
Adding @iBrandyJackson for review.
This functionality has been released in v2.9.3 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! |
1 similar comment
This functionality has been released in v2.9.3 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
There was a bug that resulted in the tag being replaced when changing cardinality from Single to Multiple, I have remove the
ForceNew
.Acceptance tests
Output from acceptance testing:
Release Note
r/vsphere_tag_category
: Updates resource not toForceNew
for cardinality. This will allow thetag_category
to updated.References
Closes #1959