Skip to content

Commit b649778

Browse files
Update launch stage for GPU on WorkerPools from ALPHA to BETA (#15058) (#1106)
[upstream:5a0cf38c5279b2ca96d7473918cd4ab23beaa79c] Signed-off-by: Modular Magician <[email protected]>
1 parent ab40ecc commit b649778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudrunv2_worker_pool_gpu/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
22
name = "cloudrun-worker-pool-${local.name_suffix}"
33
location = "us-central1"
44
deletion_protection = false
5-
launch_stage = "ALPHA"
5+
launch_stage = "BETA"
66

77
template {
88
containers {

0 commit comments

Comments
 (0)