-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INTMDB-923: [Terraform] Add Autogenerated SDK to Terraform #1309
Conversation
mongodbatlas/config.go
Outdated
// Config struct ... | ||
const ToolName = "terraform-provider-mongodbatlas" | ||
|
||
var userAgent = fmt.Sprintf("%s/%s (%s;%s)", ToolName, version.ProviderVersion, runtime.GOOS, runtime.GOARCH) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good change to extend the format of the agent. Before we merge we need change our user agent's reference to cover it and telemetry team to update their search queries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I will revert this change and create a JIRA ticket to do this for TF and CFN so that PMs are all aware of this change and we can notify who is using the queries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome change!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Ticket: INTMDB-923
This PR adds the atlas-sdk-go to the provider.
Type of change:
Required Checklist:
Further comments