Skip to content

Commit

Permalink
fix: small correction on channel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nzur-newrelic committed Oct 4, 2023
1 parent d7754dd commit e2dda1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/notification_channel.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Each notification channel type supports a specific set of arguments for the `pro
* `channelId` - (Optional) Specifies the Slack channel id. This can be found in slack browser via the url. Example - https://app.slack.com/client/\<UserId>/\<ChannelId>.
* `channelName` - (Optional) Specifies the Slack channel name.
* `customDetailsSlack` - (Optional) A map of key/value pairs that represents the slack custom details. Must be compatible with Slack's blocks api. \
**Note**: The `SLACK` properties must include either channelId or channelName (not both).
**Note**: The `SLACK` properties must include either channelId or channelName.

## Attributes Reference

Expand Down

0 comments on commit e2dda1a

Please sign in to comment.