Skip to content

Commit

Permalink
Resolving test failure: adding the pre-update scope in the updated sc… (
Browse files Browse the repository at this point in the history
#12252) (#20200)

[upstream:e4f5b0e092d8cb402a699d95e7d737608715dcde]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Nov 5, 2024
1 parent dae923e commit ab5997c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/12252.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none
gkehub: fixed failures for TestAccGKEHub2MembershipBinding_gkehubMembershipBindingBasicExample
```
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ resource "google_gke_hub_membership" "example" {
depends_on = [google_container_cluster.primary]
}
resource "google_gke_hub_scope" "example" {
scope_id = "tf-test-scope%{random_suffix}"
}
resource "google_gke_hub_scope" "example2" {
scope_id = "tf-test-scope2%{random_suffix}"
}
Expand Down

0 comments on commit ab5997c

Please sign in to comment.