[FEATURE] Automatic workspace assignment to metastore in the region via terraform #4540
Labels
Feature Request
The issue is a request for enhancement or new functionality rather than a bug.
feature
New feature or request
needs-api
changes to Databricks Platform APIs are required
Triaged
The issue has been reviewed. Issues without a “Triaged” label require triage/review.
Use-cases
Enable Automatic workspace assignment to metastore in the region via terraform
Proposal
resource "databricks_metastore" "this" {
auto_workspace_assignment = true
name = "primary"
storage_root = "gs://${google_storage_bucket.unity_metastore.name}"
owner = "uc admins"
region = us-east1
force_destroy = true
}
The text was updated successfully, but these errors were encountered: