Skip to content

Commit a5eb85e

Browse files
authored
[Doc] Document import support for databricks_notification_destination (#4276)
## Changes <!-- Summary of your changes that are easy to understand --> resolves #4275 ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [x] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] relevant acceptance tests are passing - [ ] using Go SDK
1 parent 8e3117a commit a5eb85e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/resources/notification_destination.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,11 @@ In addition to all arguments above, the following attributes are exported:
9898

9999
* `id` - The unique ID of the Notification Destination.
100100
* `destination_type` - the type of Notification Destination.
101+
102+
## Import
103+
104+
This resource can be imported by notification ID:
105+
106+
```bash
107+
terraform import databricks_notification_destination.this <notification-id>
108+
```

0 commit comments

Comments
 (0)