mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-05 13:45:28 -06:00
Fix mixed tabs/spaces in newrelic provider docs
This commit is contained in:
parent
f84fd39ef9
commit
f074ef15b9
@ -49,12 +49,12 @@ resource "newrelic_alert_condition" "foo" {
|
||||
# Add a notification channel
|
||||
resource "newrelic_alert_channel" "email" {
|
||||
name = "email"
|
||||
type = "email"
|
||||
|
||||
configuration = {
|
||||
recipients = "paul@example.com"
|
||||
include_json_attachment = "1"
|
||||
}
|
||||
type = "email"
|
||||
|
||||
configuration = {
|
||||
recipients = "paul@example.com"
|
||||
include_json_attachment = "1"
|
||||
}
|
||||
}
|
||||
|
||||
# Link the channel to the policy
|
||||
|
Loading…
Reference in New Issue
Block a user