Package tf6to5server translates a provider that implements protocol version 6, into one that implements protocol version 5.
Supported protocol version 6 provider servers include any which implement the tfprotov6.ProviderServer (https://pkg.go.dev/github.com/hashicorp/terraform-plugin-go/tfprotov6#ProviderServer) interface, such as:
Refer to the DowngradeServer() function for wrapping a server.
Index ¶ Constants ¶This section is empty.
Variables ¶This section is empty.
Functions ¶ func DowngradeServer ¶func DowngradeServer(ctx context.Context, v6server func() tfprotov6.ProviderServer) (tfprotov5.ProviderServer, error)
DowngradeServer wraps a protocol version 6 ProviderServer in a protocol version 5 server. Protocol version 5 is not backwards compatible with protocol version 6, so additional validation is performed:
Protocol version 5 servers require Terraform CLI 0.12 or later.
Types ¶This section is empty.
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