Merge pull request #1735 from terraform-providers/paddy_1356

Add warning to google_project_iam_binding.
This commit is contained in:
Paddy 2018-07-06 06:29:49 -07:00 committed by GitHub
commit c05d3e24c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"