ResourceData.Partial does not work for TypeSet of primtives #525
Labels
bug
Something isn't working
subsystem/types
Issues and feature requests related to the type system of Terraform and our shims around it.
SDK version
Relevant provider source code
I used an update that sets
d.Partial
and schema with aTypeSet
(nested or root) and then errors to reproduce:Terraform Configuration Files
Apply a create:
Modify the
number
attribute:When you apply you will get an error from the update, but the value is still written, even though
d.Partial(true)
was called.Debug Output
Expected Behavior
State should still show
number = [24]
Actual Behavior
State shows
number = [26]
Steps to Reproduce
See above
References
Somewhat related to #476
The text was updated successfully, but these errors were encountered: