Skip to content

Set the `TF_APPEND_USER_AGENT` env var

Paul Tyng requested to merge paultyng/terraform-images:ua into master

Terraform uses this env var when sending requests upstream (ie. to the Registry), and many providers also use it when providing user agents to their SDKs.

https://github.com/hashicorp/terraform/blob/75e676f2f2cd1d0229b289d487c08c50cec9683a/httpclient/useragent.go#L14

Edited by Paul Tyng

Merge request reports