Skip to content

Commit

Permalink
Merge pull request hashicorp#1735 from terraform-providers/paddy_1356
Browse files Browse the repository at this point in the history
Add warning to google_project_iam_binding.
  • Loading branch information
paddycarver authored Jul 6, 2018
2 parents d690973 + a282ddb commit e0d048a
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 e0d048a

Please sign in to comment.