Skip to content

Commit

Permalink
[Doc] Update description of group_id in `databricks_mws_ncc_private…
Browse files Browse the repository at this point in the history
…_endpoint_rule` (#4238)

## Changes
<!-- Summary of your changes that are easy to understand -->

NCC [now
supports](https://learn.microsoft.com/en-us/azure/databricks/release-notes/product/2024/november#private-connectivity-from-serverless-compute-support-for-azure-managed-resources)
connections to any Azure service that supports private link. So update
docs to point to corresponding documentation.

## Tests
<!-- 
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->

- [ ] `make test` run locally
- [x] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] relevant acceptance tests are passing
- [ ] using Go SDK
  • Loading branch information
alexott authored Nov 18, 2024
1 parent 0634d90 commit edb6f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/mws_ncc_private_endpoint_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following arguments are available:

* `network_connectivity_config_id` - Canonical unique identifier of Network Connectivity Config in Databricks Account. Change forces creation of a new resource.
* `resource_id` - The Azure resource ID of the target resource. Change forces creation of a new resource.
* `group_id` - The sub-resource type (group ID) of the target resource. Must be one of `blob`, `dfs`, `sqlServer` or `mysqlServer`. Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for blob and one for dfs. Change forces creation of a new resource.
* `group_id` - The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e., `blob`, `dfs`, `sqlServer` , etc. Consult the [Azure documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource) for full list of supported resources). Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for `blob` and one for `dfs`. Change forces creation of a new resource.

## Attribute Reference

Expand Down

0 comments on commit edb6f72

Please sign in to comment.