Closed syyang-in-cloud closed 4 years ago
Try 1.7.4. There were some changes to update in 1.7.6 which might be causing problems
Try 1.7.4. There were some changes to update in 1.7.6 which might be causing problems
Thanks for the quick reply, and yes, I pinned the version >=1.7.4,<1.7.6
. Any reason not to try 1.7.5?
1.7.5 and 1.7.6 are related
hi @scottwinkler , i think this is due to SetNewComputed which will affect *schema.ResourceData.Get(), making it return empty map. (i am using v2 of the SDK and didn't notice this problem in my provider when i suggested its use),
I think it is safe to use *schema.ResourceData.GetChange() instead
Fix released in 1.7.7
I'm getting an error on running
update.sh
that there is no StdIn when I am running with terraform 0.13.5:create/read/delete
seems working fine, butupdate
is getting no StdIn.Have not tested in 0.12.x whether it's working for update or not.