databricks / terraform-provider-databricks

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

[FEATURE] Switch to use of terraform-plugin-framework and terraform-plugin-framework-validators #1899

Open alexott opened 1 year ago

alexott commented 1 year ago

HashiCorp now recommends to use terraform-plugin-framework instead of terraform-plugin-sdk. For example, its adoption will allow to use resource-level validations that are sometimes required for handling of complex checks.

nfx commented 1 year ago

@alexott how compatible is it with common.Resource? does it already have support for resource imports? timeouts? resources without an update callback?

alexott commented 1 year ago

Need to investigate more deeply, filed just not to forget about it as sometimes we need whole resource validation