Update storage_bucket_acl.html.markdown

This commit is contained in:
Matthew Frahry 2017-02-03 09:26:39 -07:00 committed by GitHub
parent c69a8988e7
commit 7b053a8e58

View File

@ -21,7 +21,7 @@ resource "google_storage_bucket" "image-store" {
}
resource "google_storage_bucket_acl" "image-store-acl" {
bucket = "${google_storage_bucket.image_store.name}"
bucket = "${google_storage_bucket.image-store.name}"
role_entity = [
"OWNER:user-my.email@gmail.com",