I am trying to deploy an application in Google Cloud Run with Terraform and there are some secrets I want to reference in the Cloud Run Service. However I am getting this error:
Error: Unsupported block type
│
│ on main.tf line 122, in resource "google_cloud_run_service" "default":
│ 122: value_from {
│
│ Blocks of type "value_from" are not expected here.
But in the documentation it shows that I can use value_from
to reference a secret. Is there anyone who knows what is the problem?
Note: My hashicorp/google
provider version is 3.90.1