Skip to content

Commit 2e2b16f

Browse files
Fix dataflow flextemplate job labels (#6559) (#12710)
Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
1 parent 80c52a2 commit 2e2b16f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.changelog/6559.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
dataflow : added support of `labels` to resource `google_dataflow_flextemplate_job` (beta)
3+
```

website/docs/r/dataflow_flex_template_job.html.markdown

+1-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ such as `serviceAccount`, `workerMachineType`, etc can be specified here.
9595

9696
* `labels` - (Optional) User labels to be specified for the job. Keys and values
9797
should follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions)
98-
page. **Note**: This field is marked as deprecated in Terraform as the API does not currently
99-
support adding labels.
98+
page.
10099
**NOTE**: Google-provided Dataflow templates often provide default labels
101100
that begin with `goog-dataflow-provided`. Unless explicitly set in config, these
102101
labels will be ignored to prevent diffs on re-apply.

0 commit comments

Comments
 (0)