Open alexott opened 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?
Need to investigate more deeply, filed just not to forget about it as sometimes we need whole resource validation
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.