hashicorp / terraform-plugin-mux

A router for Terraform's RPC protocol.
Mozilla Public License 2.0
34 stars 11 forks source link

all: Modify CallFunction implementations #226

Closed bendbennett closed 6 months ago

bendbennett commented 6 months ago

Reference: https://github.com/hashicorp/terraform-plugin-go/pull/380 Reference: https://github.com/hashicorp/terraform-providers-devex-internal/issues/175

The next versions of the plugin protocol (5.5/6.5) include support for the CallFunction RPC and server capability. This change includes a modified implementation of the new RPC in all server implementations which accounts for returning a FunctionError rather than Diagnostics.

github-actions[bot] commented 3 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.