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 c6014d9204
commit 2aa41ba10d
1 changed files with 1 additions and 1 deletions

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",