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 10fe489 commit b08ebd3Copy full SHA for b08ebd3
cloudrunv2_service_function/main.tf
@@ -16,7 +16,6 @@ resource "google_cloud_run_v2_service" "default" {
16
image_uri = "us-docker.pkg.dev/cloudrun/container/hello"
17
base_image = "us-central1-docker.pkg.dev/serverless-runtimes/google-22-full/runtimes/nodejs22"
18
enable_automatic_updates = true
19
- worker_pool = "worker-pool"
20
environment_variables = {
21
FOO_KEY = "FOO_VALUE"
22
BAR_KEY = "BAR_VALUE"
0 commit comments