Skip to content

Commit

Permalink
Merge pull request #1129 from newrelic/docs-update
Browse files Browse the repository at this point in the history
chore: fixed a typo
  • Loading branch information
ctrombley authored Jan 22, 2021
2 parents 4088aa5 + efc4038 commit 16f8647
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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 |
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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].

Expand Down

0 comments on commit 16f8647

Please sign in to comment.