[Enhancement]: Custom user_agent in provider definition #29006
Open
Description
Description
Hi,
In order to add some custom text to the http user_agent, there is an environment variable that can be leveraged, TF_APPEND_USER_AGENT
.
Can we have a similar parameter that could be configured directly in the provider block?
Thank you!
Affected Resource(s) and/or Data Source(s)
No response
Potential Terraform Configuration
provider "aws" {
region = var.region
append_user_agent = "custom message"
}
References
No response
Would you like to implement a fix?
None