From fa7f45fb181339900443d5b7a4aa172e611b7cc7 Mon Sep 17 00:00:00 2001 From: Cameron Thornton Date: Mon, 23 Mar 2020 16:28:20 -0700 Subject: [PATCH] =?UTF-8?q?Add=20note=20to=20`google=5Fstorage=5Fnotificat?= =?UTF-8?q?ion`=20about=20IAM=20policy=20side=E2=80=A6=20(#3290)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../website/docs/r/storage_notification.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/third_party/terraform/website/docs/r/storage_notification.html.markdown b/third_party/terraform/website/docs/r/storage_notification.html.markdown index 3011efbb8097..4174e543d3b0 100644 --- a/third_party/terraform/website/docs/r/storage_notification.html.markdown +++ b/third_party/terraform/website/docs/r/storage_notification.html.markdown @@ -21,6 +21,9 @@ account's email address, use the `google_storage_project_service_account` dataso for an example of enabling notifications by granting the correct IAM permission. See [the notifications documentation](https://cloud.google.com/storage/docs/gsutil/commands/notification) for more details. +>**NOTE**: This resource can affect your storage IAM policy. If you are using this in the same config as your storage IAM policy resources, consider +making this resource dependent on those IAM resources via `depends_on`. This will safeguard against errors due to IAM race conditions. + ## Example Usage ```hcl