From 98a08c159a7a74ad8a5e095a9055fa4269017242 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Sat, 11 Feb 2023 13:20:24 +0100 Subject: [PATCH] Update README.md --- modules/project/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/project/README.md b/modules/project/README.md index de37503e2..fbc4ab294 100644 --- a/modules/project/README.md +++ b/modules/project/README.md @@ -139,9 +139,10 @@ module "project" { ``` ### Service identities requiring manual IAM grants -The module will create service identities at the time of the creation of the project instead creation of them at the time of first use. -This allows granting these service identities roles in other projects which is usually necessary in Shared VPC context. -You can grant those roles using following construct: + +The module will create service identities at project creation instead of creating of them at the time of first use. This allows granting these service identities roles in other projects, something which is usually necessary in a Shared VPC context. + +You can grant roles to service identities using the following construct: ```hcl module "project" {