Add warning to google_project_iam_binding.

Call out that it's possible to lock yourself out using
`google_project_iam_binding`.
This commit is contained in:
Paddy Carver 2018-07-06 04:40:50 -07:00
parent 064ec03ffa
commit 9f1bfbb5e8

View File

@ -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"