From 9f1bfbb5e899f8a8f374c453d28679896129156e Mon Sep 17 00:00:00 2001 From: Paddy Carver Date: Fri, 6 Jul 2018 04:40:50 -0700 Subject: [PATCH] Add warning to google_project_iam_binding. Call out that it's possible to lock yourself out using `google_project_iam_binding`. --- website/docs/r/google_project_iam.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/google_project_iam.html.markdown b/website/docs/r/google_project_iam.html.markdown index c7bf8008..1b9573f1 100644 --- a/website/docs/r/google_project_iam.html.markdown +++ b/website/docs/r/google_project_iam.html.markdown @@ -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"