-
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
Support for Databricks Access Connector #18518
Comments
@tombuildsstuff can we generate the SDK please? I can work on implementing this in provider. |
Also upgrade Databricks SDK to `2022-04-01-preview` I added acceptance tests, but feature is in private preview. Fixes hashicorp#18518
Also upgrade Databricks SDK to `2022-04-01-preview` I added acceptance tests, but feature is in private preview. Fixes hashicorp#18518
* New resource: `azurerm_databricks_access_connector` Also upgrade Databricks SDK to `2022-04-01-preview` I added acceptance tests, but feature is in private preview. Fixes #18518 * Fix a typo in docs * Fix unit tests * Rewrite as a typed resource * Identity and registration fixes * Identity and registration fixes * Update internal/services/databricks/databricks_access_connector_resource.go Co-authored-by: stephybun <[email protected]> * Update internal/services/databricks/databricks_access_connector_resource.go Co-authored-by: stephybun <[email protected]> * Update internal/services/databricks/databricks_access_connector_resource.go Co-authored-by: stephybun <[email protected]> * Update internal/services/databricks/databricks_access_connector_resource.go Co-authored-by: stephybun <[email protected]> Co-authored-by: stephybun <[email protected]>
This functionality has been released in v3.28.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. |
Is there an existing issue for this?
Community Note
Description
Want to explore what is the work required to support Databricks Access Connector natively from
azurerm
Currently, because the resource is not available from azurerm, we have to manage it through
azapi
.New or Affected Resource(s)/Data Source(s)
azurerm_databricks_?
Potential Terraform Configuration
No response
References
No response
The text was updated successfully, but these errors were encountered: