terraform-provider-databricks
terraform-provider-databricks copied to clipboard
[FEATURE] Reintroduce databricks_file
Use-cases
databricks_file was added in https://github.com/databricks/terraform-provider-databricks/pull/2495 but then reverted.
Our team would like to use databricks_file to upload files to managed volumes. We have a metrics push job written in scala which depends on a JAR file. Today the JAR file was uploaded manually to all of our workspaces.
Attempted Solutions
Proposal
References
Previous PR: https://github.com/databricks/terraform-provider-databricks/pull/2495