You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Feature] Allow to specify budget policy for databricks_vector_search_endpoint (#4707)
## Changes
<!-- Summary of your changes that are easy to understand -->
For some reason, `custom_tags` cause configuration drift even if they
are marked as read-only, so temporary removed it (and we need to wait
for API anyway).
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [x] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] using Go SDK
- [ ] using TF Plugin Framework
Co-authored-by: vuong-nguyen <[email protected]>
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
### New Features and Improvements
6
6
7
+
* Allow to specify budget policy for `databricks_vector_search_endpoint`[#4707](https://github.com/databricks/terraform-provider-databricks/pull/4707)
8
+
7
9
### Bug Fixes
8
10
9
11
* Don't fail delete when `databricks_system_schema` can be disabled only by Databricks [#4727](https://github.com/databricks/terraform-provider-databricks/pull/4727)
The following arguments are supported (change of any parameter leads to recreation of the resource):
21
+
The following arguments are supported:
22
22
23
-
*`name` - (Required) Name of the Mosaic AI Vector Search Endpoint to create.
24
-
*`endpoint_type` (Required) Type of Mosaic AI Vector Search Endpoint. Currently only accepting single value: `STANDARD` (See [documentation](https://docs.databricks.com/api/workspace/vectorsearchendpoints/createendpoint) for the list of currently supported values).
23
+
*`name` - (Required) Name of the Mosaic AI Vector Search Endpoint to create. (Change leads to recreation of the resource).
24
+
*`endpoint_type` (Required) Type of Mosaic AI Vector Search Endpoint. Currently only accepting single value: `STANDARD` (See [documentation](https://docs.databricks.com/api/workspace/vectorsearchendpoints/createendpoint) for the list of currently supported values). (Change leads to recreation of the resource).
25
+
*`budget_policy_id` - (Optional) The Budget Policy ID set for this resource.
25
26
26
27
## Attribute Reference
27
28
@@ -32,6 +33,7 @@ In addition to all the arguments above, the following attributes are exported:
32
33
*`creation_timestamp` - Timestamp of endpoint creation (milliseconds).
33
34
*`last_updated_user` - User who last updated the endpoint.
34
35
*`last_updated_timestamp` - Timestamp of the last update to the endpoint (milliseconds).
36
+
*`effective_budget_policy_id` - The effective budget policy ID.
35
37
*`endpoint_id` - Unique internal identifier of the endpoint (UUID).
36
38
*`num_indexes` - Number of indexes on the endpoint.
37
39
*`endpoint_status` - Object describing the current status of the endpoint consisting of the following fields:
0 commit comments