github.com/GoogleCloudPlatform/terraformer@v0.8.18/docs/relic.md (about) 1 ### Use with New Relic 2 3 Example: 4 5 ``` 6 ./terraformer import newrelic -r alert,dashboard,infra,synthetics --api-key=NRAK-XXXXXXXX --account-id=XXXXX 7 ``` 8 9 List of supported New Relic resources: 10 11 * `alert` 12 * `newrelic_alert_channel` 13 * `newrelic_alert_condition` 14 * `newrelic_alert_policy` 15 * `dashboard` 16 * `newrelic_dashboard` 17 * `infra` 18 * `newrelic_infra_alert_condition` 19 * `synthetics` 20 * `newrelic_synthetics_monitor` 21 * `newrelic_synthetics_alert_condition`