-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/aws: send Terraform version in User-Agent #5621
Conversation
Closes #5020 Do you think it would make sense to make this optionally/partially modifiable via ENV variable, so that other tools using Terraform, like Atlas can also add their version there or you think it's not worth it or there isn't much value in knowing what Atlas version was used per request? |
Sure, wouldn't hurt! |
Also as this is now overriding the original value (AWS Go SDK version), do you think there is value in putting it back into the full string? So that the full User-Agent string would contain:
I'm not sure if the version is nicely exposed from the SDK though... |
@radeksimko it's not overriding, current user agent string looks like:
|
right, because of |
Potential bikeshedding, do we want to put |
f86617e
to
fff441b
Compare
Ok:
|
provider/aws: send Terraform version in User-Agent
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
No description provided.