Versions in this module Expand all Collapse all v1 v1.3.6 Dec 5, 2022 Changes in this version + var ErrNoState = errors.New("no state") + func StatesMarshalEqual(a, b *states.State) bool + func Write(s *File, w io.Writer) error + func WriteForTest(s *File, w io.Writer) error + type File struct + Lineage string + Serial uint64 + State *states.State + TerraformVersion *version.Version + func New(state *states.State, lineage string, serial uint64) *File + func Read(r io.Reader) (*File, error) + func (f *File) DeepCopy() *File