From ce15ea991d985af88f96a869e2da6b4366d225f1 Mon Sep 17 00:00:00 2001 From: Gaurav Jain Date: Mon, 6 Jan 2025 10:01:40 +0000 Subject: [PATCH] Add the tests only for the google-beta provider --- .../terraform/services/alloydb/resource_alloydb_cluster_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mmv1/third_party/terraform/services/alloydb/resource_alloydb_cluster_test.go b/mmv1/third_party/terraform/services/alloydb/resource_alloydb_cluster_test.go index b84858e46097..6571ac4b9b8f 100644 --- a/mmv1/third_party/terraform/services/alloydb/resource_alloydb_cluster_test.go +++ b/mmv1/third_party/terraform/services/alloydb/resource_alloydb_cluster_test.go @@ -106,6 +106,7 @@ func testAccAlloydbCluster_beforeUpgrade(context map[string]interface{}) string return acctest.Nprintf(` resource "google_alloydb_cluster" "default" { skip_await_major_version_upgrade = false + provider = google-beta cluster_id = "tf-test-alloydb-cluster%{random_suffix}" location = "us-central1" network_config { @@ -138,6 +139,7 @@ func testAccAlloydbCluster_afterUpgrade(context map[string]interface{}) string { return acctest.Nprintf(` resource "google_alloydb_cluster" "default" { skip_await_major_version_upgrade = false + provider = google-beta cluster_id = "tf-test-alloydb-cluster%{random_suffix}" location = "us-central1" network_config {