Skip to content

Commit 852cbf3

Browse files
committed
Support conformance env lifecycle in GCP CI Cloud Build
1 parent 30f8ee2 commit 852cbf3

File tree

1 file changed

+1
-1
lines changed
  • deployment/modules/gcp/cloudrun

1 file changed

+1
-1
lines changed

deployment/modules/gcp/cloudrun/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource "google_cloud_run_v2_service" "default" {
4040
launch_stage = "GA"
4141

4242
template {
43-
service_account = "projects/${var.project_id}/serviceAccounts/${local.cloudrun_service_account_id}"
43+
service_account = "projects/${var.project_id}/serviceAccounts/${local.cloudrun_service_account_id}@${var.project_id}.iam.gserviceaccount.com"
4444
max_instance_request_concurrency = 700
4545
timeout = "5s"
4646

0 commit comments

Comments
 (0)