terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Databricks Terraform Provider
## Changes Add support for setting table tags via terraform. https://docs.databricks.com/en/data-governance/unity-catalog/tags.html ## Tests - [x] `make test` run locally - [x] relevant change in `docs/` folder - [x] covered with...
Right now, there are a few problems with the settings resources, such as `databricks_default_namespace_setting`: 1. Because ETag is used as a resource ID, it's not possible to import the resource...
## Changes Followed instructions in https://docs.google.com/document/d/1tXZCuZ1Vl6F3Syu23jQOaxguavTB3Mz_RugEafxdhik/edit to add terraform support for restrict workspace admins setting. ## Tests - [x] `make test` run locally - [x] relevant change in `docs/` folder...
## Changes ## Tests - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [...
Requesting the ability to change the owner of a cluster to workaround the below error: `Error: cannot update cluster: Only Cluster Owner is allowed to change the secrets.` This is...
There is a similar, but not quite the same existing issue https://github.com/databricks/terraform-provider-databricks/issues/2750 . This issue does not use `time_rotating`. ### Configuration Believe our code is basically the same as shown...
## Changes This is initial work - right now things are blocked by errors in OpenAPI spec, and as result, Go SDK has incorrect structs. So we need to wait...
## Changes Adds Lakehouse Monitor Resource to the Terraform Provider ## Tests - [x] `make test` run locally - [x] relevant change in `docs/` folder - [x] covered with integration...
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.31.0 to 2.32.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.32.0 NOTES: helper/schema: While this Go module will not receive support for moving resource state across resource types,...
### Configuration ```hcl terraform { required_providers { databricks = { source = "databricks/databricks" version = "=1.30.0" } } } variable "location" { type = string description = "The location of...