Documentation ¶
Overview ¶
Package totftypes contains functions to convert from framework types to terraform-plugin-go tftypes types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttributePath ¶
func AttributePath(ctx context.Context, fw path.Path) (*tftypes.AttributePath, diag.Diagnostics)
AttributePath returns the *tftypes.AttributePath equivalent of a path.Path.
func AttributePathStep ¶
AttributePathStep returns the tftypes.AttributePathStep equivalent of an path.PathStep. An error is returned instead of diag.Diagnostics so callers can include appropriate logical context about when the error occurred.
func AttributePaths ¶
func AttributePaths(ctx context.Context, fw path.Paths) ([]*tftypes.AttributePath, diag.Diagnostics)
AttributePaths returns the []*tftypes.AttributePath equivalent of a path.Paths.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.