Skip to content

Commit

Permalink
Add note to google_storage_notification about IAM policy side… (#3290
Browse files Browse the repository at this point in the history
…) (#5958)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Mar 23, 2020
1 parent 0c260ce commit 651089b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/3290.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
3 changes: 3 additions & 0 deletions website/docs/r/storage_notification.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 651089b

Please sign in to comment.