Skip to content

Commit

Permalink
Add tf-test- prefix to gkehub2 tests (GoogleCloudPlatform#9524)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored and balanaguharsha committed May 2, 2024
1 parent 6b18984 commit 12c75a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestAccGKEHub2MembershipBinding_gkehubMembershipBindingBasicExample_update(
func testAccGKEHub2MembershipBinding_gkehubMembershipBindingBasicExample_basic(context map[string]interface{}) string {
return acctest.Nprintf(`
resource "google_container_cluster" "primary" {
name = "basiccluster%{random_suffix}"
name = "tf-test-basic-cluster%{random_suffix}"
location = "us-central1-a"
initial_node_count = 1
deletion_protection = false
Expand Down Expand Up @@ -93,7 +93,7 @@ resource "google_gke_hub_membership_binding" "example" {
func testAccGKEHub2MembershipBinding_gkehubMembershipBindingBasicExample_update(context map[string]interface{}) string {
return acctest.Nprintf(`
resource "google_container_cluster" "primary" {
name = "basiccluster%{random_suffix}"
name = "tf-test-basic-cluster%{random_suffix}"
location = "us-central1-a"
initial_node_count = 1
deletion_protection = false
Expand Down

0 comments on commit 12c75a7

Please sign in to comment.