Skip to content

Commit 1716a0a

Browse files
SarahFrenchjinyangtang
authored andcommitted
Fix resource name to have sweepable prefix (GoogleCloudPlatform#9984)
1 parent bcc364f commit 1716a0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mmv1/third_party/terraform/services/compute/resource_compute_region_target_tcp_proxy_test.go.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313
func TestAccComputeRegionTargetTcpProxy_update(t *testing.T) {
1414
t.Parallel()
1515

16-
target := fmt.Sprintf("trtcp-test-%s", acctest.RandString(t, 10))
17-
backend := fmt.Sprintf("trtcp-test-%s", acctest.RandString(t, 10))
18-
hc := fmt.Sprintf("trtcp-test-%s", acctest.RandString(t, 10))
16+
target := fmt.Sprintf("tf-test-%s", acctest.RandString(t, 10))
17+
backend := fmt.Sprintf("tf-test-%s", acctest.RandString(t, 10))
18+
hc := fmt.Sprintf("tf-test-%s", acctest.RandString(t, 10))
1919

2020
acctest.VcrTest(t, resource.TestCase{
2121
PreCheck: func() { acctest.AccTestPreCheck(t) },

0 commit comments

Comments
 (0)