-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
google_dataflow_job - when updating, wait for new job to start (#3591) (
#6534) This patch modifies the update-by-replacement logic to wait for the new job to start before updating the google_dataflow_job's resource ID to point to the new job's ID. This ensures that the google_dataflow_job resource continues to point to the original job if the update operation were to fail. Signed-off-by: Modular Magician <magic-modules@google.com>
- Loading branch information
1 parent
0c36aa3
commit 5b06674
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
dataflow: changed the update logic for `google_dataflow_job` to wait for the replacement job to start successfully before modifying the resource ID to point to the replacement job | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters