Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Automatic workspace assignment to metastore in the region via terraform #4540

Open
vvakadani opened this issue Feb 27, 2025 · 0 comments
Labels
feature New feature or request needs-api changes to Databricks Platform APIs are required

Comments

@vvakadani
Copy link

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

}

@vvakadani vvakadani added the feature New feature or request label Feb 27, 2025
@alexott alexott added the needs-api changes to Databricks Platform APIs are required label Feb 28, 2025
@alexott alexott changed the title [FEATURE] New feature request [FEATURE] Automatic workspace assignment to metastore in the region via terraform Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request needs-api changes to Databricks Platform APIs are required
Projects
None yet
Development

No branches or pull requests

2 participants