databricks / terraform-provider-databricks

Databricks Terraform Provider
https://registry.terraform.io/providers/databricks/databricks/latest
Other
457 stars 393 forks source link

[Feature] Add data source `databricks_notification_destinations` #4087

Closed dgomez04 closed 1 month ago

dgomez04 commented 1 month ago

Changes

Added databricks_notification_destinations data source as requested in #3950 to retrieve notification destinations that are created out-of-band or in other terraform templates.

Tests

tanmay-db commented 1 month ago

Hi @dgomez04, thanks for the PR, please use plugin framework for the development: https://github.com/databricks/terraform-provider-databricks/blob/main/CONTRIBUTING.md#developing-resources-or-data-sources-using-plugin-framework.

dgomez04 commented 1 month ago

Hi @tanmay-db! Changes done, please review and let me know if I'm missing anything.

alexott commented 1 month ago

@dgomez04 you also need to merge the main into this branch and resolve conflict