logdna / terraform-provider-logdna

Terraform provider to simplify creation of views, preset alerts and other resources in LogDNA!
https://registry.terraform.io/providers/logdna/logdna/latest
MIT License
11 stars 12 forks source link

[LOG-8235] feat(request): add header to track Config API requests from TF #39

Closed david-ly closed 2 years ago

david-ly commented 2 years ago

Sets the Request-Source header in all requests sent to the Config API from our custom Terraform provider plugin. This allows us to distinguish which requests were sent on behalf of Terraform within our API.

Ref: LOG-8235