Skip to content

Commit

Permalink
Add the tests only for the google-beta provider
Browse files Browse the repository at this point in the history
  • Loading branch information
GauravJain21 committed Jan 6, 2025
1 parent 54c4117 commit ce15ea9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit ce15ea9

Please sign in to comment.