Skip to content

Commit 5a86014

Browse files
kanterovalexott
andauthored
Add APPLY_TAG privilege to Volume grants docs (#4928)
## Changes Clarify in the docs that APPLY_TAG is supported for Volume grant privilege. ## Tests Checked that APPLY_TAG is supported. - [ ] `make test` run locally - [x] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework - [ ] has entry in `NEXT_CHANGELOG.md` file NO_CHANGELOG=true --------- Co-authored-by: Alex Ott <[email protected]>
1 parent df13b1d commit 5a86014

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
* Document `email_notifications` block in model serving resources ([#4910](https://github.com/databricks/terraform-provider-databricks/pull/4910))
1616
* Deprecate `databricks_sql_visualization` and `databricks_sql_widget` resource. ([#4924](https://github.com/databricks/terraform-provider-databricks/pull/4924))
17+
* Document `APPLY_TAG` privilege for `databricks_volume` grants ([#4928](https://github.com/databricks/terraform-provider-databricks/pull/4928))
1718

1819
### Exporter
1920

docs/resources/grants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ resource "databricks_grants" "customers" {
169169

170170
## Volume grants
171171

172-
You can grant `ALL_PRIVILEGES`, `MANAGE`, `READ_VOLUME` and `WRITE_VOLUME` privileges to [_`catalog.schema.volume`_](volume.md) specified in the `volume` attribute.
172+
You can grant `ALL_PRIVILEGES`, `APPLY_TAG`, `MANAGE`, `READ_VOLUME` and `WRITE_VOLUME` privileges to [_`catalog.schema.volume`_](volume.md) specified in the `volume` attribute.
173173

174174
```hcl
175175
resource "databricks_volume" "this" {

0 commit comments

Comments
 (0)