I'm want to create a Cloud Run using terraform. The example is working from here: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_service#example-usage---cloud-run-service-basic
I have the following secret: /projects/my-project-id/secret/VAR, and would like to export this secret as VAR env var.
How do I do that?