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.
1 parent 70b45e3 commit 6a2531bCopy full SHA for 6a2531b
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