Skip to content

Commit

Permalink
tf6muxserver: Add missing serverCapabilities instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Feb 2, 2023
1 parent c18ca6c commit 4c070ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf6muxserver/mux_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func NewMuxServer(ctx context.Context, servers ...func() tfprotov6.ProviderServe
resources: make(map[string]tfprotov6.ProviderServer),
resourceCapabilities: make(map[string]*tfprotov6.ServerCapabilities),
resourceSchemas: make(map[string]*tfprotov6.Schema),
serverCapabilities: &tfprotov6.ServerCapabilities{},
}

for _, serverFunc := range servers {
Expand Down

0 comments on commit 4c070ce

Please sign in to comment.