We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6318a74 + 35d2907 commit 022f802Copy full SHA for 022f802
deploygate/provider.go
@@ -49,6 +49,6 @@ func providerConfigure(p *schema.Provider) schema.ConfigureContextFunc {
49
return nil, diag.FromErr(err)
50
}
51
52
- return config.client, nil
+ return config, nil
53
54
0 commit comments