terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Databricks Terraform Provider
## Changes This resource could be exported only on account level ## Tests - [x] `make test` run locally - [x] relevant change in `docs/` folder - [ ] covered...
As we get more services added to the exporter, it's becoming tedious to enumerate all necessary services to list and to export when you need a granular selection - for...
[ISSUE] apply makes immaterial changes to resources, even though HCL file nor resource has changed.
I have a databricks_job resource and related databricks_permission resource defined in the following configuration. After applying the initial changes the first time in `terraform apply` I ran a `terraform plan`...
## Changes We earlier used to have only one spec that we used to pass for all the requests, after migration since we use different requests, we need to modify...
[ISSUE] Issue with `databricks_cluster` resource using exporter does not include cluster libraries
Regular workspace with clusters and libraries installed on it When you use the exporter to export the cluster definitions, the libraries definition are not exported with the cluster Images below...
This should improve performance on big accounts.
### Configuration ```hcl data "databricks_node_type" "smallest" { local_disk = true } data "databricks_spark_version" "latest_lts" { long_term_support = true } resource "databricks_cluster" "shared_autoscaling" { cluster_name = "Shared Autoscaling" spark_version = data.databricks_spark_version.latest_lts.id...
## Changes Added enhanced_security_monitoring settings. Will add compliance_security_profile in a follow up PR. ## Tests - [x] `make test` run locally - [x] relevant change in `docs/` folder - [...
## Changes The `uc-schemas`, `uc-models`, `uc-tables`, and `uc-volumes` services don't have explicit `List` operation, but we need to include them into the default listing so they will be exported in...
## Changes ## Tests - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [...