GoogleCloudPlatform / terraform-google-cloud-run

Deploys apps to Cloud Run, along with option to map custom domain
https://registry.terraform.io/modules/GoogleCloudPlatform/cloud-run/google
Apache License 2.0
131 stars 81 forks source link

No support for Cloud Storage bucket mount as container volume #207

Open vale-qb opened 1 month ago

vale-qb commented 1 month ago

Hello,

Cloud Run now offers the ability to mount a Cloud Storage bucket as a volume in the container. Also the Terraform provider in the google_cloud_run_service resource offers it: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_service#csi.

Could you please consider adding it?