Documentation
¶
Overview ¶
Package fromtftypes contains functions to convert from terraform-plugin-go tftypes types to framework types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttributePathStep ¶
func AttributePathStep(ctx context.Context, tfType tftypes.AttributePathStep, attrType attr.Type) (path.PathStep, error)
AttributePathStep returns the path.PathStep equivalent of a tftypes.AttributePathStep. An error is returned instead of diag.Diagnostics so callers can include appropriate logical context about when the error occurred.
Types ¶
This section is empty.