0
0
llucycodes42
The above code sets the bucket name as "image_store" for the Storage bucket created for the Google Cloud Platform resources.
Shortcut: tf_google_storage_bucket_acl
resource "google_storage_bucket_acl" "${MyResource}" {
bucket = "\${google_storage_bucket.image_store.name}"
}