Skip to content

Commit 1ff7250

Browse files
authored
Add tf-test prefixes to TestAccContainerCluster_withWorkloadALTSConfig (#15779)
1 parent 67209c0 commit 1ff7250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6096,8 +6096,8 @@ func TestAccContainerCluster_withFleetConfig(t *testing.T) {
60966096
func TestAccContainerCluster_withWorkloadALTSConfig(t *testing.T) {
60976097
t.Parallel()
60986098

6099-
networkName := "gke-cluster-alts"
6100-
subnetworkName := "gke-cluster-alts"
6099+
networkName := fmt.Sprintf("tf-test-gke-cluster-alts-%s", acctest.RandString(t, 10))
6100+
subnetworkName := fmt.Sprintf("tf-test-gke-cluster-alts-%s", acctest.RandString(t, 10))
61016101
clusterName := fmt.Sprintf("tf-test-cluster-%s", acctest.RandString(t, 10))
61026102
pid := envvar.GetTestProjectFromEnv()
61036103
acctest.VcrTest(t, resource.TestCase{

0 commit comments

Comments
 (0)