File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:breaking-change
2
+ tfsdk: The `NewProtocol6Server()` function has been removed. Use `NewProtocol6ProviderServer()` or `NewProtocol6ProviderServerWithError()` instead.
3
+ ```
Original file line number Diff line number Diff line change @@ -36,17 +36,6 @@ type ServeOpts struct {
36
36
Debug bool
37
37
}
38
38
39
- // NewProtocol6Server returns a tfprotov6.ProviderServer implementation based
40
- // on the passed Provider implementation.
41
- //
42
- // Deprecated: Use NewProtocol6ProviderServer instead. This will be removed
43
- // in an upcoming minor version before v1.0.0.
44
- func NewProtocol6Server (p Provider ) tfprotov6.ProviderServer {
45
- return & server {
46
- p : p ,
47
- }
48
- }
49
-
50
39
// Returns a protocol version 6 ProviderServer implementation based on the
51
40
// given Provider and suitable for usage with the terraform-plugin-go
52
41
// tf6server.Serve() function and various terraform-plugin-mux functions.
You can’t perform that action at this time.
0 commit comments