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
  • Loading branch information
c2thorn authored Mar 23, 2020
1 parent a814ea1 commit fa7f45f
Showing 1 changed file with 3 additions and 0 deletions.
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 fa7f45f

Please sign in to comment.