Skip to content

Commit 4735dea

Browse files
authored
Document tags attribute in databricks_pipeline resource (#4783)
## Changes <!-- Summary of your changes that are easy to understand --> ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] relevant change in `docs/` folder
1 parent be31f5b commit 4735dea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEXT_CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
### Documentation
1212

13+
* auto `zone_id` can only be used for fleet node types in `databricks_instance_pool` resource ([#4782](https://github.com/databricks/terraform-provider-databricks/pull/4782)).
14+
* Document `tags` attribute in `databricks_pipeline` resource ([#4783](https://github.com/databricks/terraform-provider-databricks/pull/4783)).
15+
1316
### Exporter
1417

1518
### Internal Changes

docs/resources/pipeline.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ The following arguments are supported:
110110
* `name` - (Required) The table name the event log is published to in UC.
111111
* `catalog` - (Optional, default to `catalog` defined on pipeline level) The UC catalog the event log is published under.
112112
* `schema` - (Optional, default to `schema` defined on pipeline level) The UC schema the event log is published under.
113+
* `tags` - (Optional, map of strings) A map of tags associated with the pipeline. These are forwarded to the cluster as cluster tags, and are therefore subject to the same limitations. A maximum of 25 tags can be added to the pipeline.
113114

114115
### library block
115116

0 commit comments

Comments
 (0)