Skip to content

Commit 9db71ee

Browse files
committed
Remove BETA launch stage annotation/field from the Cloud Run services manual scaling tests. This feature has been in GA and this is to align with the API behavior.
1 parent 7219d28 commit 9db71ee

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

mmv1/third_party/terraform/services/cloudrun/resource_cloud_run_service_test.go.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,6 @@ resource "google_cloud_run_service" "default" {
18861886
namespace = "%s"
18871887
annotations = {
18881888
generated-by = "magic-modules"
1889-
"run.googleapis.com/launch-stage": "BETA"
18901889
"run.googleapis.com/scalingMode": "manual"
18911890
"run.googleapis.com/manualInstanceCount": "2"
18921891
}
@@ -1913,7 +1912,6 @@ resource "google_cloud_run_service" "default" {
19131912
namespace = "%s"
19141913
annotations = {
19151914
generated-by = "magic-modules"
1916-
"run.googleapis.com/launch-stage": "BETA"
19171915
"run.googleapis.com/scalingMode": "manual"
19181916
"run.googleapis.com/manualInstanceCount": "5"
19191917

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,6 @@ resource "google_cloud_run_v2_service" "default" {
17561756
generated-by = "magic-modules"
17571757
}
17581758
ingress = "INGRESS_TRAFFIC_ALL"
1759-
launch_stage = "BETA"
17601759
scaling {
17611760
scaling_mode = "MANUAL"
17621761
manual_instance_count = 2
@@ -1781,7 +1780,6 @@ resource "google_cloud_run_v2_service" "default" {
17811780
generated-by = "magic-modules"
17821781
}
17831782
ingress = "INGRESS_TRAFFIC_ALL"
1784-
launch_stage = "BETA"
17851783
scaling {
17861784
scaling_mode = "MANUAL"
17871785
manual_instance_count = 10

0 commit comments

Comments
 (0)