Skip to content

Commit

Permalink
make dataflow_job.additional_experiments O+C (#6380) (#12268)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 5, 2022
1 parent 0920fe4 commit fda3e34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/6380.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
dataflow: fixed bug where permadiff would show on `google_dataflow_job.additional_experiments`
```
1 change: 1 addition & 0 deletions google/resource_dataflow_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ func resourceDataflowJob() *schema.Resource {
"additional_experiments": {
Type: schema.TypeSet,
Optional: true,
Computed: true,
Description: `List of experiments that should be used by the job. An example value is ["enable_stackdriver_agent_metrics"].`,
Elem: &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit fda3e34

Please sign in to comment.