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

Added databricks_permission resource *DRAFT*

Open Tanchwa opened this issue 7 months ago • 10 comments
trafficstars

Changes

  • added skelleton for methods needed for new resource struct to satisfy
  • added confuration method for both workspace and account clients (need assistance in how to grab that provider config attribute to check logic)
  • added resource model struct for golang data structure
  • started Create method call

Tests

  • [ ] make test run locally
  • [ ] relevant change in docs/ folder
  • [ ] covered with integration tests in internal/acceptance
  • [X] using Go SDK
  • [X] using TF Plugin Framework

Tanchwa avatar Apr 01 '25 15:04 Tanchwa