Versions in this module Expand all Collapse all v1 v1.0.7 Sep 11, 2021 Changes in this version + func AppendProtoDiag(diags []*proto.Diagnostic, d interface{}) []*proto.Diagnostic + func AttributePathToPath(ap *proto.AttributePath) cty.Path + func ConfigSchemaToProto(b *configschema.Block) *proto.Schema_Block + func PathToAttributePath(p cty.Path) *proto.AttributePath + func ProtoToConfigSchema(b *proto.Schema_Block) *configschema.Block + func ProtoToDiagnostics(ds []*proto.Diagnostic) tfdiags.Diagnostics + func ProtoToProviderSchema(s *proto.Schema) providers.Schema + func WarnsAndErrsToProto(warns []string, errs []error) (diags []*proto.Diagnostic)