Skip to content

Commit

Permalink
Update link to canned GCS ACL's (#15096)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton authored and stack72 committed Jun 6, 2017
1 parent 32ad64d commit 6cce74d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6cce74d

Please sign in to comment.