terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

[Internal] Migrate Share Resource to Plugin Framework

Open rauchy opened this issue 1 year ago • 1 comments

Changes

This PR migrates the share resource to the Plugin framework. The code was largely copied "as is" from the previous implementation of the share resource, with the necessary adaptations made for integration with the Plugin framework.

This implementation utilizes the newly generated Effective fields to provide the functionality that was previously achieved through diff suppression.

Tests

  • [x] make test run locally
  • [ ] relevant change in docs/ folder
  • [x] covered with integration tests in internal/acceptance
  • [x] relevant acceptance tests are passing
  • [x] using Go SDK

rauchy avatar Sep 26 '24 08:09 rauchy

Thanks @renaudhartert-db for the review! Most of the issues are inherited from the migrated code, but no reason not to tidy up now :) Appreciate the comments.

rauchy avatar Oct 16 '24 12:10 rauchy

Test Details: go/deco-tests/11569951828

eng-dev-ecosystem-bot avatar Oct 29 '24 08:10 eng-dev-ecosystem-bot