Skip to content

Commit

Permalink
Merge pull request #172 from fredrbl/update-argument-reference-docs
Browse files Browse the repository at this point in the history
updated argument reference in provider docs
  • Loading branch information
ctrombley authored Oct 23, 2019
2 parents 194632d + 4be6797 commit 12f8af4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ resource "newrelic_alert_policy_channel" "alert_email" {
The following arguments are supported:

* `api_key` - (Required) Your New Relic API key. Can also use `NEWRELIC_API_KEY` environment variable.
* `api_url` - (Optional) Possibility to change the API url (default is https://api.newrelic.com/v2). This is for instance relevant if the New Relic account is in the EU. The API url must then be set to https://api.eu.newrelic.com/v2. Can also use `NEWRELIC_API_URL` environment variable.
* `infra_api_url` - (Optional) Possibility to change the Infra API url (default is https://infra-api.newrelic.com/v2). This is for instance relevant if the New Relic account is in the EU. The Infra API url must then be set to https://infra-api.eu.newrelic.com/v2. Can also use `NEWRELIC_INFRA_API_URL` environment variable.

0 comments on commit 12f8af4

Please sign in to comment.