Skip to content

Commit 74bffaa

Browse files
committed
Add IAM roles IDs
1 parent ce083a9 commit 74bffaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/delete-vms-without-cmek/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ from which this module will be invoked:
4747
The Service Account which will be used to invoke this module must have
4848
the following IAM roles:
4949

50-
- Pub/Sub Admin
51-
- Storage Admin
52-
- Cloud Functions Developer
53-
- Logging Sink Admin
50+
- Pub/Sub Admin: `roles/pubsub.admin`
51+
- Storage Admin: `roles/storage.admin`
52+
- Cloud Functions Developer: `roles/cloudfunctions.developer`
53+
- Logging Config Writer: `roles/logging.configWriter`
5454

5555
### APIs
5656

0 commit comments

Comments
 (0)