Skip to content

Commit

Permalink
feat(destinations): fixed small review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nzur-newrelic committed Apr 16, 2024
1 parent a64499b commit 0c09ee5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ func testAccNewRelicNotificationsDestinationDataSourceConfigWithSecureURL(name s
data "newrelic_notification_destination" "foo" {
name = newrelic_notification_destination.foo.name
secure_url {
prefix = "https://webhook.site/"
}
}
`, name)
}
Expand Down
8 changes: 0 additions & 8 deletions website/docs/d/notification_destination.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ resource "newrelic_notification_channel" "foo-channel" {
value = "{\n\t\"name\": \"foo\"\n}"
label = "Payload Template"
}
secure_url {
prefix = "https://webhook.site/"
}
}
```

Expand All @@ -57,10 +53,6 @@ resource "newrelic_notification_channel" "foo-channel" {
value = "{\n\t\"name\": \"foo\"\n}"
label = "Payload Template"
}
secure_url {
prefix = "https://webhook.site/"
}
}
```

Expand Down

0 comments on commit 0c09ee5

Please sign in to comment.