Skip to content

Commit 9bd4213

Browse files
committed
fix: modify test
1 parent 579c8b4 commit 9bd4213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tencentcloud/services/teo/resource_tc_teo_l4_proxy_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func testAccCheckL4ProxyExists(r string) resource.TestCheckFunc {
112112

113113
const testAccTeoL4Proxy = `
114114
115-
resource "tencentcloud_teo_l4_proxy" "proxy" {
115+
resource "tencentcloud_teo_l4_proxy" "teo_l4_proxy" {
116116
accelerate_mainland = "off"
117117
area = "overseas"
118118
ipv6 = "on"
@@ -124,7 +124,7 @@ resource "tencentcloud_teo_l4_proxy" "proxy" {
124124

125125
const testAccTeoL4ProxyUp = `
126126
127-
resource "tencentcloud_teo_l4_proxy" "proxy" {
127+
resource "tencentcloud_teo_l4_proxy" "teo_l4_proxy" {
128128
accelerate_mainland = "off"
129129
area = "overseas"
130130
ipv6 = "off"

0 commit comments

Comments
 (0)