From 1a468ce9454ac2f5beda9c63f12a323a2acd3f09 Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Wed, 20 May 2020 21:14:46 -0400 Subject: [PATCH] chore: Update README IAM role (#23) Fixes #22 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f68cf8b..d9cf148 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The following dependencies must be available: Service account or user credentials with the following roles must be used to provision the resources of this module: - Service Account Admin: `roles/iam.serviceAccountAdmin` -- (optional) Service Account Key Admin: `roles/iam.serviceAccountAdmin` when `generate_keys` is set to `true` +- (optional) Service Account Key Admin: `roles/iam.serviceAccountKeyAdmin` when `generate_keys` is set to `true` - (optional) roles needed to grant optional IAM roles at the project or organizational level ## Contributing