Skip to content

Commit

Permalink
Fix plugin serving
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbunney committed Dec 1, 2020
1 parent 4602389 commit a1803c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ import (
)

func main() {
plugin.Serve(&plugin.ServeOpts{
GRPCProviderFunc: func() tfprotov5.ProviderServer {
return schema.NewGRPCProviderServer(kubernetes.Provider())
},
})

opts := &plugin.ServeOpts{}
grpcProviderFunc := func() tfprotov5.ProviderServer {
return schema.NewGRPCProviderServer(kubernetes.Provider())
Expand Down

0 comments on commit a1803c4

Please sign in to comment.