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 022f802 + 8f862aa commit 79d7ed8Copy full SHA for 79d7ed8
deploygate/provider.go
@@ -38,7 +38,7 @@ func Provider() *schema.Provider {
38
39
func providerConfigure(p *schema.Provider) schema.ConfigureContextFunc {
40
return func(_ context.Context, d *schema.ResourceData) (interface{}, diag.Diagnostics) {
41
- config := Config{
+ config := &Config{
42
clientConfig: go_deploygate.ClientConfig{
43
ApiKey: d.Get("api_key").(string),
44
},
0 commit comments