Skip to content

Commit

Permalink
make scheduler_service_account_email o+c (hashicorp#9639) (hashicorp#…
Browse files Browse the repository at this point in the history
…16917)

[upstream:5cdaaff38412e31f3918a5ded7060d22a352a912]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jan 5, 2024
1 parent 34bf3fd commit 088fcdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/9639.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
datapipeline: fix a bug on `scheduler_service_account_email` where it causes a perma-diff and recreates the resource if it's not explicitly specified in `google_data_pipeline_pipeline` resource
```
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to n
},
"scheduler_service_account_email": {
Type: schema.TypeString,
Computed: true,
Optional: true,
ForceNew: true,
Description: `Optional. A service account email to be used with the Cloud Scheduler job. If not specified, the default compute engine service account will be used.`,
Expand Down

0 comments on commit 088fcdb

Please sign in to comment.