Skip to content

Commit

Permalink
Update docs/resources/notification_destination.md
Browse files Browse the repository at this point in the history
Co-authored-by: vuong-nguyen <44292934+nkvuong@users.noreply.github.com>
  • Loading branch information
Divyansh-db and nkvuong authored Jul 26, 2024
1 parent e7b7381 commit 2a9d9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/notification_destination.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "databricks_notification_destination" "ndresource" {
The following arguments are supported:

* `display_name` - (Required) The display name of the Notification Destination.
* `config` - (Required) The configuration of the Notification Destination. It must be one of the following:
* `config` - (Required) The configuration of the Notification Destination. It must contain exactly one of the following blocks:
* `email` - The email configuration of the Notification Destination. It must contain the following:
* `addresses` - (Required) The list of email addresses to send notifications to.
* `slack` - The Slack configuration of the Notification Destination. It must contain the following:
Expand Down

0 comments on commit 2a9d9f3

Please sign in to comment.