Skip to content

Commit 964e868

Browse files
authored
[Doc] Add a warning that attribute should be used in databricks_permissions for databricks_vector_search_endpoint (#4312)
## Changes <!-- Summary of your changes that are easy to understand --> Resolves #4311 ## 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
1 parent 4697aa3 commit 964e868

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/resources/permissions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,8 @@ resource "databricks_permissions" "ml_serving_usage" {
643643

644644
Valid permission levels for [databricks_vector_search_endpoint](vector_search_endpoint.md) are: `CAN_USE` and `CAN_MANAGE`.
645645

646+
-> You need to use the `endpoint_id` attribute of `databricks_vector_search_endpoint` as value for `vector_search_endpoint_id`, not the `id`!
647+
646648
```hcl
647649
resource "databricks_vector_search_endpoint" "this" {
648650
name = "vector-search-test"

0 commit comments

Comments
 (0)