Skip to content

Commit ccc88bc

Browse files
authored
fix: Add dataflow connection in service account for dataflow developer role (#156)
1 parent 0575c31 commit ccc88bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/simple-sa/metadata.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ spec:
103103
version: ">= 10.0"
104104
spec:
105105
outputExpr: "[\"roles/bigquery.dataEditor\"]"
106+
- source:
107+
source: github.com/terraform-google-modules/terraform-google-dataflow//modules/flex
108+
version: ">= 3.0.1"
109+
spec:
110+
outputExpr: "[\"roles/dataflow.worker\",\"roles/dataflow.developer\", "\"roles/storage.objectAdmin\""]"
106111
outputs:
107112
- name: account_details
108113
description: Service account id and email

0 commit comments

Comments
 (0)