Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo authored and wiktorn committed Feb 11, 2023
1 parent 9395fbc commit 98a08c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 98a08c1

Please sign in to comment.