Skip to content

Commit

Permalink
Updated README.md with members (terraform-google-modules#104)
Browse files Browse the repository at this point in the history
Fixes:

1. Added members for project level custom roles in README.md
  • Loading branch information
kunalkg11 authored Apr 13, 2020
1 parent 801788c commit b1cb668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/custom_role_iam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module "custom-roles" {
title = "Custom Role Unique Title"
description = "Custom Role Description"
permissions = ["iam.roles.list", "iam.roles.create", "iam.roles.delete"]
members = ["serviceAccount:member01@${var.target_id}.iam.gserviceaccount.com", "serviceAccount:member02@${var.target_id}.iam.gserviceaccount.com"]
}
```

Expand Down

0 comments on commit b1cb668

Please sign in to comment.