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 76604ad commit 371c5b6Copy full SHA for 371c5b6
cloudrunv2_service_function/main.tf
@@ -7,6 +7,7 @@ resource "google_cloud_run_v2_service" "default" {
7
template {
8
containers {
9
image = "us-docker.pkg.dev/cloudrun/container/hello"
10
+ base_image_uri = "us-central1-docker.pkg.dev/serverless-runtimes/google-22-full/runtimes/nodejs22"
11
}
12
13
build_config {
0 commit comments