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 ab40ecc commit b649778Copy full SHA for b649778
cloudrunv2_worker_pool_gpu/main.tf
@@ -2,7 +2,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
2
name = "cloudrun-worker-pool-${local.name_suffix}"
3
location = "us-central1"
4
deletion_protection = false
5
- launch_stage = "ALPHA"
+ launch_stage = "BETA"
6
7
template {
8
containers {
0 commit comments