From 04862b371db6070c48913ad4e4f3996348f01a05 Mon Sep 17 00:00:00 2001 From: Garret Pick Date: Sun, 15 Jan 2017 02:27:24 -1000 Subject: [PATCH] 'user' is not a valid NewRelic alert channel type (#11214) --- .../docs/providers/newrelic/r/alert_channel.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/newrelic/r/alert_channel.html.markdown b/website/source/docs/providers/newrelic/r/alert_channel.html.markdown index ae51ec4ab..edbddb091 100644 --- a/website/source/docs/providers/newrelic/r/alert_channel.html.markdown +++ b/website/source/docs/providers/newrelic/r/alert_channel.html.markdown @@ -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