Skip to content

[Enhancement]: Custom user_agent in provider definition #29006

Open
@aconstantinescu42

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

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.providerPertains to the provider itself, rather than any interaction with AWS.staleOld or inactive issues managed by automation, if no further action taken these will get closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions