Commit Graph

7 Commits

Author SHA1 Message Date
The Magician
91bca3a4fa Add (sub)network to dataflow job (#3476)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-25 08:51:18 -07:00
The Magician
0f3f1a236a [TF] Remove draining and cancelling from terminal dataflow job states (#3399)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-12 11:17:20 -07:00
The Magician
db7bd70113 [Terraform] Add custom Service Account support to Dataflow Job resource (#3238)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-14 13:48:02 -07:00
The Magician
c605b0bc4b [Terraform]: Apply gofmt -s to all files managed by MM (#2676)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
Mikaël Gibert
af3e7375b9 Add region choice to dataflow jobs (#1979)
Fixes #1600
2018-09-07 10:48:33 -07:00
Nathan McKinley
70ec9e5341
Properly delete dataflow jobs in the event of terraform destroy. (#1194) 2018-03-16 15:32:40 -07:00
Nathan McKinley
f50d4a19b4
New Resource: Dataflow Job (#855)
Add support for Google Dataflow jobs

Note: A dataflow job exists when it is in a nonterminal state, and does not exist if it
is in a terminal state (or a non-running state which can only transition into terminal
states).  See doc for more detail.
2018-01-10 14:38:15 -08:00