Skip to content

Commit

Permalink
make dataflow_job.additional_experiments O+C (GoogleCloudPlatform#6380)
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 authored and hao-nan-li committed Aug 31, 2022
1 parent ab2bfdc commit 3c493b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,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 3c493b0

Please sign in to comment.