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
  • Loading branch information
sahsagar-google authored Nov 5, 2024
1 parent 9c562c5 commit e4f5b0e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,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 e4f5b0e

Please sign in to comment.