Versions in this module Expand all Collapse all v1 v1.4.0 Mar 10, 2023 Changes in this version + const DataResourceMode + const FormatVersion + const ManagedResourceMode + func Marshal(sf *statefile.File, schemas *terraform.Schemas) ([]byte, error) + func MarshalOutputs(outputs map[string]*states.OutputValue) (map[string]Output, error) + func SensitiveAsBool(val cty.Value) cty.Value + type AttributeValues map[string]json.RawMessage + type Module struct + Address string + ChildModules []Module + Resources []Resource + func MarshalForRenderer(sf *statefile.File, schemas *terraform.Schemas) (Module, map[string]Output, error) + type Output struct + Sensitive bool + Type json.RawMessage + Value json.RawMessage + type Resource struct + Address string + AttributeValues AttributeValues + DependsOn []string + DeposedKey string + Index json.RawMessage + Mode string + Name string + ProviderName string + SchemaVersion uint64 + SensitiveValues json.RawMessage + Tainted bool + Type string