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.
2 parents 580bdb0 + 18b0b19 commit 5bb7092Copy full SHA for 5bb7092
infra/main.tf
@@ -109,7 +109,7 @@ resource "google_secret_manager_secret_iam_binding" "nextauth_secret" {
109
110
resource "google_service_account" "cloud_run" {
111
project = var.project_id
112
- account_id = "${var.deployment_name}-run"
+ account_id = "sa-run"
113
display_name = "Service account for ${var.deployment_name} Cloud Run service."
114
}
115
0 commit comments