Samuel

Results 127 comments of Samuel

From what I can tell that's possible, but will require some testing. For reference: - Rest API: https://rpm.newrelic.com/api/explore/applications/list - https://github.com/newrelic/terraform-provider-newrelic/blob/main/newrelic/resource_newrelic_application_settings.go#L53 - https://github.com/newrelic/newrelic-client-go/blob/2df6428bfbdc46494387b0e0dcacbcc1bb1674c9/pkg/apm/applications.go#L87

Thanks @rinzool We'll take a look to improve the error message.

Support for tags has been added to the new Synthetics resources: https://registry.terraform.io/providers/newrelic/newrelic/latest/docs/guides/migration_guide_v3 As it is unlikely other API's will start supporting tags through their create/update mutations I'm going to close...

There's some work happening to port the Browser Application API from REST to GraphQL, after which we can update Terraform to support it. No ETA for now, but we're continuing...

Thanks a lot @annettejanewilson for the very detailed bug report. 👍 We'll try to figure out what's going on here.

We're currently in the process of moving the Synthetics resources from our old REST api to new GraphQL API. As you've noticed from other tickets this is hard to debug...

I got this message from our Synthetics team as a workaround using NRQL: `SELECT uniqueCount(location) FROM SyntheticCheck WHERE result = 'FAILED' AND monitorName = ''` You would just have to...

Thanks for the idea @megaloni This will be possible once the new API for Synthetics becomes available. We expect this to happen later this year.

@megaloni @alejandrodnm We've released V3 version of our provider which includes all of the new Synthetics features: https://registry.terraform.io/providers/newrelic/newrelic/latest/docs/guides/migration_guide_v3 The GUID is now available from the synthetics resources with the `id`...

Thanks for the PR @antonblr I've asked the alert team to take a look.