File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,12 @@ To run this module, you need the following:
31
31
"resourcemanager.projects.setIamPolicy",
32
32
# Only required when you need your landing zone to invoke a cloud function
33
33
"cloudfunctions.functions.getIamPolicy",
34
- "cloudfunctions.functions.setIamPolicy"
34
+ "cloudfunctions.functions.setIamPolicy",
35
+ # Only required for the optional submodule for exporting carbon data
36
+ "resourcemanager.projects.update",
37
+ "serviceusage.services.enable",
38
+ "bigquery.transfers.update"
39
+
35
40
```
36
41
37
42
Organization-level:
@@ -50,6 +55,8 @@ To run this module, you need the following:
50
55
# Only required when you need your landing zone to access the bucket containing your GDM templates
51
56
"storage.buckets.getIamPolicy",
52
57
"storage.buckets.setIamPolicy",
58
+ # Only required for the optional submodule for exporting carbon data
59
+ "billing.accounts.getCarbonInformation"
53
60
```
54
61
55
62
You can create [custom roles](./custom-roles/main.tf) and assign them to the identity applying those modules.
You can’t perform that action at this time.
0 commit comments