-
Notifications
You must be signed in to change notification settings - Fork 113
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
Support passing User-Agent #9
Labels
enhancement
New feature or request
Comments
I think this should be a first class option. We should probably just add a default value to the User-Agent with This would result in 3 sources for the env var when passed down to the
All 3 should be appended when passed down to the CLI. |
May need to use #22 to get the version info. |
paultyng
added a commit
that referenced
this issue
Aug 7, 2020
paultyng
added a commit
that referenced
this issue
Aug 7, 2020
paultyng
added a commit
that referenced
this issue
Aug 7, 2020
paultyng
added a commit
that referenced
this issue
Aug 14, 2020
paultyng
added a commit
that referenced
this issue
Aug 20, 2020
paultyng
added a commit
that referenced
this issue
Aug 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tools executing Terraform (such as Terraform Language Server) would benefit from measuring impact/usage and one way of doing it would be by appending an identifier to User-Agent by passing
TF_APPEND_USER_AGENT
which then enables filtering data from whatever upstream backend requests were sent to.https://github.com/hashicorp/terraform-plugin-test/issues/22
I'm not sure if this should be a first-class config option, but I'm creating this issue to discuss whether it should.
The text was updated successfully, but these errors were encountered: