Skip to content

Commit

Permalink
Add warning to google_project_iam_binding.
Browse files Browse the repository at this point in the history
Call out that it's possible to lock yourself out using
`google_project_iam_binding`.
  • Loading branch information
paddycarver committed Jul 6, 2018
1 parent 75009b0 commit a282ddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/r/google_project_iam.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ data "google_iam_policy" "admin" {

## google\_project\_iam\_binding

~> **Note:** If `role` is set to `roles/owner` and you don't specify a user or service account you have access to in `members`, you can lock yourself out of your project.

```hcl
resource "google_project_iam_binding" "project" {
project = "your-project-id"
Expand Down

0 comments on commit a282ddb

Please sign in to comment.