Skip to content

Commit 6fd16e2

Browse files
authored
Remove launch stage from Cloud Run GPU job test/example (#15527)
1 parent e0e861e commit 6fd16e2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ resource "google_cloud_run_v2_job" "{{$.PrimaryResourceId}}" {
22
name = "{{index $.Vars "cloud_run_job_name"}}"
33
location = "us-central1"
44
deletion_protection = false
5-
launch_stage = "BETA"
65
template {
76
template {
87
containers {

mmv1/third_party/terraform/services/cloudrunv2/resource_cloud_run_v2_job_test.go.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,6 @@ func testAccCloudRunV2Job_cloudrunv2JobWithGpu(context map[string]interface{}) s
10411041
resource "google_cloud_run_v2_job" "default" {
10421042
name = "%{job_name}"
10431043
location = "us-central1"
1044-
launch_stage = "BETA"
10451044
deletion_protection = false
10461045
template {
10471046
template {

0 commit comments

Comments
 (0)