We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4602389 commit a1803c4Copy full SHA for a1803c4
1 file changed
main.go
@@ -11,12 +11,6 @@ import (
11
)
12
13
func main() {
14
- plugin.Serve(&plugin.ServeOpts{
15
- GRPCProviderFunc: func() tfprotov5.ProviderServer {
16
- return schema.NewGRPCProviderServer(kubernetes.Provider())
17
- },
18
- })
19
-
20
opts := &plugin.ServeOpts{}
21
grpcProviderFunc := func() tfprotov5.ProviderServer {
22
return schema.NewGRPCProviderServer(kubernetes.Provider())
0 commit comments