Skip to content

Commit e4f5b0e

Browse files
Resolving test failure: adding the pre-update scope in the updated sc… (GoogleCloudPlatform#12252)
1 parent 9c562c5 commit e4f5b0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mmv1/third_party/terraform/services/gkehub2/resource_gke_hub_membership_binding_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ resource "google_gke_hub_membership" "example" {
114114
depends_on = [google_container_cluster.primary]
115115
}
116116
117+
resource "google_gke_hub_scope" "example" {
118+
scope_id = "tf-test-scope%{random_suffix}"
119+
}
120+
117121
resource "google_gke_hub_scope" "example2" {
118122
scope_id = "tf-test-scope2%{random_suffix}"
119123
}

0 commit comments

Comments
 (0)