-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Enhancement: azurerm_databricks_workspace - Add DBFS root Blob storage URL Attribute #7799
Comments
In PR #12543 I expose a new field which is settable if you prefer a given name, else it will be generated by the Databricks RP. You can now get this value from the field |
* Upgrade databricks API to 2021-04-01-preview * Fix documentation lint error * Expose new fields in API * Fix lint error * Fix new line lint error... * Stable removes depends_on requirement * add nil checks incase resource is in failed state * Stable new validation checks * Update azurerm/internal/services/databricks/databricks_workspace_resource.go Co-authored-by: kt <[email protected]> * Update azurerm/internal/services/databricks/databricks_workspace_resource.go Co-authored-by: kt <[email protected]> * Fully working private link * Add datasource, example, and documentation * Ignore custom params not returned by the ARM GET * Update names in example * Update require_network_security_group_rules name * Update name in example * PR feedback, added examples and updated docs * rename test to remove test case ambiguity * Update tests and documentation * Fix misspelling in documentation Co-authored-by: kt <[email protected]>
This functionality has been released in v2.71.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
When implementing private Databricks VNET, you are required to add User-defined Routes to ensure that network traffic is routed correctly for your workspace.
In the provided link, all of those DNS entries are constant except the DBFS DNS, which is generated at workspace creation.
Here is what I'm using to generate the Route Table and associate it to the Databricks subnets.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: