We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579c8b4 commit 9bd4213Copy full SHA for 9bd4213
tencentcloud/services/teo/resource_tc_teo_l4_proxy_test.go
@@ -112,7 +112,7 @@ func testAccCheckL4ProxyExists(r string) resource.TestCheckFunc {
112
113
const testAccTeoL4Proxy = `
114
115
-resource "tencentcloud_teo_l4_proxy" "proxy" {
+resource "tencentcloud_teo_l4_proxy" "teo_l4_proxy" {
116
accelerate_mainland = "off"
117
area = "overseas"
118
ipv6 = "on"
@@ -124,7 +124,7 @@ resource "tencentcloud_teo_l4_proxy" "proxy" {
124
125
const testAccTeoL4ProxyUp = `
126
127
128
129
130
ipv6 = "off"
0 commit comments