Merge pull request #11390 from brbbs/master
Fix mixed tabs/spaces in newrelic provider docs
This commit is contained in:
commit
69552697bf
|
@ -49,12 +49,12 @@ resource "newrelic_alert_condition" "foo" {
|
||||||
# Add a notification channel
|
# Add a notification channel
|
||||||
resource "newrelic_alert_channel" "email" {
|
resource "newrelic_alert_channel" "email" {
|
||||||
name = "email"
|
name = "email"
|
||||||
type = "email"
|
type = "email"
|
||||||
|
|
||||||
configuration = {
|
configuration = {
|
||||||
recipients = "paul@example.com"
|
recipients = "paul@example.com"
|
||||||
include_json_attachment = "1"
|
include_json_attachment = "1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Link the channel to the policy
|
# Link the channel to the policy
|
||||||
|
|
Loading…
Reference in New Issue