We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f8ee2 commit 852cbf3Copy full SHA for 852cbf3
deployment/modules/gcp/cloudrun/main.tf
@@ -40,7 +40,7 @@ resource "google_cloud_run_v2_service" "default" {
40
launch_stage = "GA"
41
42
template {
43
- service_account = "projects/${var.project_id}/serviceAccounts/${local.cloudrun_service_account_id}"
+ service_account = "projects/${var.project_id}/serviceAccounts/${local.cloudrun_service_account_id}@${var.project_id}.iam.gserviceaccount.com"
44
max_instance_request_concurrency = 700
45
timeout = "5s"
46
0 commit comments