terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Added databricks_permission resource *DRAFT*
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 testrun locally - [ ] relevant change in
docs/folder - [ ] covered with integration tests in
internal/acceptance - [X] using Go SDK
- [X] using TF Plugin Framework