newrelic / terraform-provider-newrelic

Terraform provider for New Relic
https://registry.terraform.io/providers/newrelic/newrelic/latest/docs
Mozilla Public License 2.0
202 stars 245 forks source link

feat(destinations): add new fields to destinations; secureUrl, custom headers auth and more #2635

Closed nzur-newrelic closed 5 months ago

nzur-newrelic commented 5 months ago

Description

This PR adds logic in regards to 2 new fields on destinations. Custom Headers Auth- Another type of auth, which uses a list of key values. SecureUrl- A new and secure way to add url to your destination, now separated into a a non-secure prefix and a secure suffix. Please include a summary of the change and which issue is fixed (if relevant).

Requires https://github.com/newrelic/newrelic-client-go/pull/1122

Type of change

Please delete options that are not relevant.

Checklist:

Please delete options that are not relevant.

How to test this change?

Please describe how to test your changes. Include any relevant steps in the UI, HCL file(s), commands, etc