Terraform-provider-newrelic: Support private locations with hmac

Created on 2 Dec 2019  路  5Comments  路  Source: newrelic/terraform-provider-newrelic

Our private locations are configured with a hmac but this can't be configured with this provider.
Could you please include an option so that hmac can be configured for private locations.

Something similar is done in a unofficial version: https://github.com/dollarshaveclub/terraform-provider-nrs/blob/master/pkg/provider/resource_nrs_monitor.go#L180

enhancement terraform

Most helpful comment

+1 for having this feature
This is required if one want to enabled VSE (https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/private-locations/verified-script-execution-private-locations). It will give organizations higher confidence for deploying containerized private minions in their internal networks

All 5 comments

Hi @timboven, would you mind sketching out what you expect an example resource to look like here?

It appears that the newrelic-client-go does support this now, need to evaluate / test

Ref: https://github.com/newrelic/newrelic-client-go/blob/master/pkg/synthetics/monitors.go#L13

+1 for having this feature
This is required if one want to enabled VSE (https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/private-locations/verified-script-execution-private-locations). It will give organizations higher confidence for deploying containerized private minions in their internal networks

Hi, do you plan to implement this feature in the near future?

+1 would like to see this option included

Was this page helpful?
0 / 5 - 0 ratings