The terraform-plugin-mux Go module is a collection of Go packages for combining (multiplexing) and translating provider servers. It helps minimize provider code changes by wrapping existing provider servers. This functionality is based on the Terraform Plugin Protocol and terraform-plugin-go
provider servers.
The terraform-plugin-mux
Go module enables flexibility when you develop and maintain Terraform providers. It is especially useful when you need to upgrade an existing provider to use the plugin framework SDK or the latest version of the plugin protocol. We recommend using terraform-plugin-mux
for the following use cases:
Use the tf6muxserver package to combine any number of protocol version 6 provider servers into a single server.
Use the tf5muxserver package to combine any number of protocol version 5 provider servers into a single server.
Use the tf5to6server package to translate a protocol version 5 provider server into a protocol version 6 provider server.
Use the tf6to5server package to translate a protocol version 6 provider server into a protocol version 5 provider server.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4