-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1129 from newrelic/docs-update
chore: fixed a typo
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ resources compared to which endpoint is in use. | |
| `newrelic_infra_alert_condition` | Infrastructure REST API | `api_key` | | ||
| `newrelic_insights_event` | Insights API | `insights_insert_key` | | ||
| `newrelic_nrql_alert_condition` | NerdGraph | `api_key` | | ||
| `newrelic_one_dashboard` | NerdGraph | `api_key | | ||
| `newrelic_one_dashboard` | NerdGraph | `api_key` | | ||
| `newrelic_plugins_alert_condition` | RESTv2 | `api_key` | | ||
| `newrelic_synthetics_alert_condition` | RESTv2 | `api_key` | | ||
| `newrelic_synthetics_monitor` | Synthetics REST API | `api_key` | | ||
|
@@ -69,7 +69,6 @@ resources compared to which endpoint is in use. | |
| `newrelic_synthetics_secure_credential` | Synthetics REST API | `api_key` | | ||
| `newrelic_workload` | NerdGraph | `api_key` | | ||
|
||
|
||
### Data Sources | ||
|
||
| Data Source | Endpoint | Authentication | | ||
|
@@ -85,7 +84,6 @@ resources compared to which endpoint is in use. | |
| `newrelic_synthetics_monitor` | Synthetics REST API | `api_key` | | ||
| `newrelic_synthetics_secure_credential` | Synthetics REST API | `api_key` | | ||
|
||
|
||
## Example Usage | ||
|
||
```hcl | ||
|
@@ -189,7 +187,6 @@ Upgrading to v2 of the provider involves some changes to your provider configura | |
|
||
Please see the [latest provider configuration docs](guides/provider_configuration.html) for the current recommended configuration settings. | ||
|
||
|
||
## Debugging | ||
|
||
Additional debugging information can be generated by exporting the `TF_LOG` environment variable when running Terraform commands. See [Debugging Terraform](https://www.terraform.io/docs/internals/debugging.html) for more information. | ||
|
@@ -202,9 +199,9 @@ Setting `TF_LOG` to a value of `DEBUG` will generate request log messages from t | |
|
||
New Relic hosts and moderates an online forum where customers can interact with New Relic employees as well as other customers to get help and share best practices. | ||
|
||
* [Roadmap](https://newrelic.github.io/developer-toolkit/roadmap/) - As part of the Developer Toolkit, the roadmap for this project follows the same RFC process | ||
* [Issues or Enhancement Requests](https://github.com/newrelic/terraform-provider-newrelic/issues) - Issues and enhancement requests can be submitted in the Issues tab of this repository. Please search for and review the existing open issues before submitting a new issue. | ||
* [Community discussion board](https://discuss.newrelic.com/c/build-on-new-relic/developer-toolkit) - Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorers Hub. | ||
- [Roadmap](https://newrelic.github.io/developer-toolkit/roadmap/) - As part of the Developer Toolkit, the roadmap for this project follows the same RFC process | ||
- [Issues or Enhancement Requests](https://github.com/newrelic/terraform-provider-newrelic/issues) - Issues and enhancement requests can be submitted in the Issues tab of this repository. Please search for and review the existing open issues before submitting a new issue. | ||
- [Community discussion board](https://discuss.newrelic.com/c/build-on-new-relic/developer-toolkit) - Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorers Hub. | ||
|
||
Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. If you'd like to execute our corporate CLA, or if you have any questions, please drop us an email at [email protected]. | ||
|
||
|