terraform-plugin-mux version
Use cases
As part of #54, unexported functions to convert schemas into their associated types were introduced into tf5muxserver and tf6muxserver. Those functions have been implemented upstream into terraform-plugin-go as ValueType() methods on the various schema types, making them extraneous in these packages.
Proposal
When hashicorp/terraform-plugin-go#158 is part of a tagged release and the dependency updated in this module, these functions should be removed in preference of the upstream implementation.
terraform-plugin-mux version
Use cases
As part of #54, unexported functions to convert schemas into their associated types were introduced into
tf5muxserverandtf6muxserver. Those functions have been implemented upstream into terraform-plugin-go asValueType()methods on the various schema types, making them extraneous in these packages.Proposal
When hashicorp/terraform-plugin-go#158 is part of a tagged release and the dependency updated in this module, these functions should be removed in preference of the upstream implementation.