Skip to content

Commit 5c39583

Browse files
committed
Update launch stage for GPU on WorkerPools from ALPHA to BETA
1 parent 488e4ed commit 5c39583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)