Documentation
¶
Index ¶
- func GetObjectTypeFromSchema(schema *tfprotov6.Schema) tftypes.Type
- func UnmarshalDynamicValue(state *tfprotov6.DynamicValue, stateType tftypes.Type) (tftypes.Value, map[string]tftypes.Value, []*tfprotov6.Diagnostic, bool)
- func UnmarshalValue(value *tftypes.Value) (map[string]tftypes.Value, []*tfprotov6.Diagnostic, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetObjectTypeFromSchema ¶
GetObjectTypeFromSchema returns a tftypes.Type that can wholy represent the schema input TODO: Outsource this and reduce redudancy across terraform-plugin-go providers
func UnmarshalDynamicValue ¶ added in v0.5.2
func UnmarshalValue ¶ added in v0.5.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.