Skip to content

Commit deb0f21

Browse files
j0g3scmeshkodiak[bot]
authored andcommitted
fix: add required permissions to README.md
1 parent 4c1580f commit deb0f21

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ To run this module, you need the following:
3131
"resourcemanager.projects.setIamPolicy",
3232
# Only required when you need your landing zone to invoke a cloud function
3333
"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+
3540
```
3641
3742
Organization-level:
@@ -50,6 +55,8 @@ To run this module, you need the following:
5055
# Only required when you need your landing zone to access the bucket containing your GDM templates
5156
"storage.buckets.getIamPolicy",
5257
"storage.buckets.setIamPolicy",
58+
# Only required for the optional submodule for exporting carbon data
59+
"billing.accounts.getCarbonInformation"
5360
```
5461
5562
You can create [custom roles](./custom-roles/main.tf) and assign them to the identity applying those modules.

0 commit comments

Comments
 (0)