We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce083a9 commit 74bffaaCopy full SHA for 74bffaa
examples/delete-vms-without-cmek/README.md
@@ -47,10 +47,10 @@ from which this module will be invoked:
47
The Service Account which will be used to invoke this module must have
48
the following IAM roles:
49
50
-- Pub/Sub Admin
51
-- Storage Admin
52
-- Cloud Functions Developer
53
-- Logging Sink Admin
+- Pub/Sub Admin: `roles/pubsub.admin`
+- Storage Admin: `roles/storage.admin`
+- Cloud Functions Developer: `roles/cloudfunctions.developer`
+- Logging Config Writer: `roles/logging.configWriter`
54
55
### APIs
56
0 commit comments