Skip to content

Commit 9697cf8

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-beta/services/cloudrunv2/resource_cloud_run_v2_worker_pool_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
308308
name = "tf-test-cloudrun-worker-pool%{random_suffix}"
309309
location = "us-central1"
310310
deletion_protection = false
311-
launch_stage = "ALPHA"
311+
launch_stage = "BETA"
312312
313313
template {
314314
containers {

website/docs/r/cloud_run_v2_worker_pool.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
209209
name = "cloudrun-worker-pool"
210210
location = "us-central1"
211211
deletion_protection = false
212-
launch_stage = "ALPHA"
212+
launch_stage = "BETA"
213213
214214
template {
215215
containers {

0 commit comments

Comments
 (0)