We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4074e commit 619c267Copy full SHA for 619c267
terraform/modules/run-service/main.tf
@@ -17,7 +17,7 @@ resource "google_cloudfunctions2_function" "function" {
17
location = var.region
18
19
build_config {
20
- runtime = "nodejs24"
+ runtime = "nodejs22"
21
entry_point = var.entry_point
22
23
source {
0 commit comments