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 fe6dd62 + 6a2531b commit bcaa994Copy full SHA for bcaa994
mongodbatlas/config.go
@@ -26,5 +26,8 @@ func (c *Config) NewClient() interface{} {
26
client.Transport = logging.NewTransport("MongoDB Atlas", transport)
27
28
// Initialize the MongoDB Atlas API Client.
29
- return matlasClient.NewClient(client)
+ atlasClient := matlasClient.NewClient(client)
30
+ atlasClient.UserAgent = "terraform-provider-mongodbatlas"
31
+
32
+ return atlasClient
33
}
0 commit comments