terraform-provider-databricks
terraform-provider-databricks copied to clipboard
What resources does this currently support?
Could this also be added to the docs?
I was wondering specifically if it supported creating user groups and assigning permissions to workspace folders.
Cheers!
Currently clusters and notebooks are partially supported. Support for most of their basic operations is available, but there are some options that are not supported by the Go SDK.
I will try to improve the documentation in the near future. But, feel free to contribute with a PR.
It looks like the SDK now supports groups, any idea when the provider will also support this?
Happy to help with docs btw
@darrenhaken , https://github.com/databrickslabs/terraform-provider-databricks has support for all publicly available APIs
That's awesome thanks!