'user' is not a valid NewRelic alert channel type (#11214)

This commit is contained in:
Garret Pick 2017-01-15 02:27:24 -10:00 committed by Paul Stack
parent 453f670684
commit 04862b371d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ resource "newrelic_alert_channel" "foo" {
The following arguments are supported:
* `name` - (Required) The name of the channel.
* `type` - (Required) The type of channel. One of: `campfire`, `email`, `hipchat`, `opsgenie`, `pagerduty`, `slack`, `user`, `victorops`, or `webhook`.
* `type` - (Required) The type of channel. One of: `campfire`, `email`, `hipchat`, `opsgenie`, `pagerduty`, `slack`, `victorops`, or `webhook`.
* `configuration` - (Required) A map of key / value pairs with channel type specific values.
## Attributes Reference