Skip to content
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

[FEATURE] Custom user-agent #916

Open
scraly opened this issue Mar 19, 2025 · 0 comments
Open

[FEATURE] Custom user-agent #916

scraly opened this issue Mar 19, 2025 · 0 comments

Comments

@scraly
Copy link
Collaborator

scraly commented Mar 19, 2025

Description

For several needs it's necessary/usefull to add some custom informations in the user-agent.

The idea is to add, in the provider definition, a new field:

user_agent_append

(for example, choose another name if it is more relevant).

The idea is not to replace the user-agent, but to add some useful infirmations.

Potential Terraform Configuration

provider "ovh" {
  endpoint      = "ovh-eu"
  client_id     = "xxxxxxxxx"
  client_secret = "yyyyyyyyy"
  user_agent_append = "MyTool/2.0.7"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant