Skip to content

Commit ea77932

Browse files
authored
tfprotov5/tf5server: Propagate provider name into GRPCProviderPlugin (#150)
1 parent 6b7cf50 commit ea77932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tfprotov5/tf5server/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ func Serve(name string, serverFactory func() tfprotov5.ProviderServer, opts ...S
258258
},
259259
Plugins: plugin.PluginSet{
260260
"provider": &GRPCProviderPlugin{
261+
Name: name,
261262
GRPCProvider: serverFactory,
262263
},
263264
},

0 commit comments

Comments
 (0)