Update storage_bucket_acl.html.markdown
This commit is contained in:
parent
c6014d9204
commit
2aa41ba10d
|
@ -21,7 +21,7 @@ resource "google_storage_bucket" "image-store" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "google_storage_bucket_acl" "image-store-acl" {
|
resource "google_storage_bucket_acl" "image-store-acl" {
|
||||||
bucket = "${google_storage_bucket.image_store.name}"
|
bucket = "${google_storage_bucket.image-store.name}"
|
||||||
|
|
||||||
role_entity = [
|
role_entity = [
|
||||||
"OWNER:user-my.email@gmail.com",
|
"OWNER:user-my.email@gmail.com",
|
||||||
|
|
Loading…
Reference in New Issue