Skip to content

Commit 5a0cf38

Browse files
Update launch stage for GPU on WorkerPools from ALPHA to BETA (#15058)
1 parent e0af072 commit 5a0cf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/templates/terraform/examples/cloudrunv2_worker_pool_gpu.tf.tmpl

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" "{{$.PrimaryResourceId}}" {
22
name = "{{index $.Vars "cloud_run_worker_pool_name"}}"
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)