-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.json.example
40 lines (40 loc) · 1.03 KB
/
config.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"gcp": {
"bigquery_table": "<PROJECT>.<DATASET>.gcp_billing_export_v1<BILLING_ACCOUNT_ID>",
"warning_threshold": 200,
"from": "example@example.com",
"recipients": [
"joe@example.com",
"sue@example.com"
]
},
"aws": {
"access_key": "foo",
"secret_key": "bar",
"bucket": "baz",
"report_name": "qux",
"prefix": "qaz",
"accounts": {
"123456789012": "account-name",
"098787654321": "account-name-2"
},
"compliance": {
"accounts": {
"id" : "name"
},
"iam_role_name": "my_iam_role_name_suffix",
"regions": [
"us-east-1",
"us-east-2",
"us-west-1",
"us_west-2"
]
},
"warning_threshold": 200,
"from": "example@example.com",
"recipients": [
"test@example.com",
"test2@example.com"
]
}
}