Skip to content

Commit fda3e34

Browse files
make dataflow_job.additional_experiments O+C (#6380) (#12268)
Signed-off-by: Modular Magician <[email protected]>
1 parent 0920fe4 commit fda3e34

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/6380.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
dataflow: fixed bug where permadiff would show on `google_dataflow_job.additional_experiments`
3+
```

google/resource_dataflow_job.go

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ func resourceDataflowJob() *schema.Resource {
192192
"additional_experiments": {
193193
Type: schema.TypeSet,
194194
Optional: true,
195+
Computed: true,
195196
Description: `List of experiments that should be used by the job. An example value is ["enable_stackdriver_agent_metrics"].`,
196197
Elem: &schema.Schema{
197198
Type: schema.TypeString,

0 commit comments

Comments
 (0)