diff --git a/helper/plugin/grpc_provider.go b/helper/plugin/grpc_provider.go index da048489c4..ad1a95d733 100644 --- a/helper/plugin/grpc_provider.go +++ b/helper/plugin/grpc_provider.go @@ -454,7 +454,6 @@ func (s *GRPCProviderServer) ReadResource(_ context.Context, req *proto.ReadReso } newStateVal = copyTimeoutValues(newStateVal, stateVal) - newStateVal = normalizeNullValues(newStateVal, stateVal, false) newStateMP, err := msgpack.Marshal(newStateVal, block.ImpliedType()) if err != nil {