diff --git a/manifest/morph/morph.go b/manifest/morph/morph.go index 36f14666c9..1668cbe1a2 100644 --- a/manifest/morph/morph.go +++ b/manifest/morph/morph.go @@ -13,6 +13,7 @@ import ( "github.com/hashicorp/terraform-plugin-go/tftypes" ) +// test // ValueToType transforms a value along a new type and returns a new value conforming to the given type func ValueToType(v tftypes.Value, t tftypes.Type, p *tftypes.AttributePath) (tftypes.Value, []*tfprotov5.Diagnostic) { var diags []*tfprotov5.Diagnostic