Update link to canned GCS ACL's (#15096)

This commit is contained in:
Daniel Compton 2017-06-06 23:59:52 +12:00 committed by Paul Stack
parent 32ad64dbd7
commit 6cce74d106
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ resource "google_storage_bucket_acl" "image-store-acl" {
- - -
* `predefined_acl` - (Optional) The [canned GCS ACL](https://cloud.google.com/storage/docs/access-control#predefined-acl) to apply. Must be set if `role_entity` is not.
* `predefined_acl` - (Optional) The [canned GCS ACL](https://cloud.google.com/storage/docs/access-control/lists#predefined-acl) to apply. Must be set if `role_entity` is not.
* `role_entity` - (Optional) List of role/entity pairs in the form `ROLE:entity`. See [GCS Bucket ACL documentation](https://cloud.google.com/storage/docs/json_api/v1/bucketAccessControls) for more details. Must be set if `predefined_acl` is not.