You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,12 @@ This repository provides automation for granting Stacklet access to pre-existing
6
6
7
7
The terraform in this repository allows a single Stacklet-controlled AWS IAM role to execute BigQuery jobs against any number of billing data exports in GCP. Suitable configuration variables will be supplied by Stacklet, and the resulting outputs must be communicated back to Stacklet.
8
8
9
-
It must be applied by an identity with sufficient privileges to:
10
-
* create a project and associate a billing account id
11
-
* grant `roles/bigquery.dataViewer` on each configured billing export table
12
-
13
9
<!-- BEGIN_TF_DOCS -->
14
10
## Requirements
15
11
16
-
No requirements.
12
+
It must be applied by an identity with sufficient privileges to:
13
+
* create a project and associate a billing account id
14
+
* grant `roles/bigquery.dataViewer` on each configured billing export table
0 commit comments