Update link to canned GCS ACL's (#15096)
This commit is contained in:
parent
32ad64dbd7
commit
6cce74d106
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue