-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Allow for Custom User Agent Info #9149
Copy link
Copy link
Closed
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.providerPertains to the provider itself, rather than any interaction with AWS.Pertains to the provider itself, rather than any interaction with AWS.
Milestone
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.providerPertains to the provider itself, rather than any interaction with AWS.Pertains to the provider itself, rather than any interaction with AWS.
Community Note
Description
The AWS client is currently configured to send information in API requests via the UserAgent field including Terraform version and HashiCorp indentification. I propose allowing for users to provide additional configuration information, such as a deployment agent and job ID if they are using Jenkins or similar products.
I would be happy to do the work required to implement this feature.
New or Affected Resource(s)
This change will not affect the functionality of any AWS resource types.
References
The User Agent field is currently being configured in config.go