Skip to content

Commit 5bb7092

Browse files
authored
Merge pull request #33 from GoogleCloudPlatform/fix/service-account-id
fix: shortening account_id name for service account
2 parents 580bdb0 + 18b0b19 commit 5bb7092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ resource "google_secret_manager_secret_iam_binding" "nextauth_secret" {
109109

110110
resource "google_service_account" "cloud_run" {
111111
project = var.project_id
112-
account_id = "${var.deployment_name}-run"
112+
account_id = "sa-run"
113113
display_name = "Service account for ${var.deployment_name} Cloud Run service."
114114
}
115115

0 commit comments

Comments
 (0)