We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
provider "ovh" { endpoint = "ovh-eu" client_id = "xxxxxxxxx" client_secret = "yyyyyyyyy" user_agent_append = "MyTool/2.0.7" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: