0
0
llucycodes42
The code declares a resource named google_storage_object_acl with the following attributes:
bucket - The name of the Google Storage bucket where the object resides.
object - The name of the object in the Google Storage bucket.
Shortcut: tf_google_storage_object_acl
resource "google_storage_object_acl" "${MyResource}" {
bucket = "\${google_storage_bucket.image_store.name}"
object = "\${google_storage_bucket_object.image_store.name}"
}