BUG FIXES:
- Fixed a bug that could cause a crash when a provider was prematurely stopped. (#49)
ENHANCEMENTS:
tftypes.NewValue
can now accept a wider array of standard library types which will be automatically converted to their standard representation (#46] [#47)tfprotov5.RawState
now has anUnmarshal
method, just liketfprotov5.DynamicValue
, yielding atftypes.Value
. (#42)
Initial release.