Skip to content

Commit 4f15a0d

Browse files
authored
add (#3403)
1 parent 3d09890 commit 4f15a0d

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

tencentcloud/services/vpn/resource_tc_vpn_connection_reset_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
99
)
1010

11+
// go test -i; go test -test.run TestAccTencentCloudVpnConnectionResetResource_basic -v -timeout=0
1112
func TestAccTencentCloudVpnConnectionResetResource_basic(t *testing.T) {
1213
t.Parallel()
1314
resource.Test(t, resource.TestCase{
@@ -76,9 +77,6 @@ resource "tencentcloud_vpn_connection" "connection" {
7677
tags = {
7778
test = "test"
7879
}
79-
enable_health_check = true
80-
health_check_local_ip = "192.168.0.2"
81-
health_check_remote_ip = "3.3.3.2"
8280
}
8381
8482
resource "tencentcloud_vpn_connection_reset" "vpn_connection_reset" {

tencentcloud/services/vpn/resource_tc_vpn_customer_gateway_configuration_download_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
99
)
1010

11+
// go test -i; go test -test.run TestAccTencentCloudVpnCustomerGatewayConfigurationDownloadResource_basic -v -timeout=0
1112
func TestAccTencentCloudVpnCustomerGatewayConfigurationDownloadResource_basic(t *testing.T) {
1213
resource.Test(t, resource.TestCase{
1314
PreCheck: func() {
@@ -75,9 +76,6 @@ resource "tencentcloud_vpn_connection" "connection" {
7576
tags = {
7677
test = "test"
7778
}
78-
enable_health_check = true
79-
health_check_local_ip = "192.168.0.2"
80-
health_check_remote_ip = "3.3.3.2"
8179
}
8280
8381
resource "tencentcloud_vpn_customer_gateway_configuration_download" "vpn_customer_gateway_configuration_download" {

tencentcloud/services/vpn/resource_tc_vpn_gateway_route_test.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/errors"
1717
)
1818

19+
// go test -i; go test -test.run TestAccTencentCloudVpnGatewayRoute_basic -v -timeout=0
1920
func TestAccTencentCloudVpnGatewayRoute_basic(t *testing.T) {
2021
resource.Test(t, resource.TestCase{
2122
PreCheck: func() { tcacctest.AccPreCheck(t) },
@@ -160,9 +161,6 @@ resource "tencentcloud_vpn_connection" "connection" {
160161
tags = {
161162
test = "test"
162163
}
163-
enable_health_check = true
164-
health_check_local_ip = "192.168.0.2"
165-
health_check_remote_ip = "3.3.3.2"
166164
}
167165
168166
resource "tencentcloud_vpn_gateway_route" "route1" {
@@ -227,9 +225,6 @@ resource "tencentcloud_vpn_connection" "connection" {
227225
tags = {
228226
test = "test"
229227
}
230-
enable_health_check = true
231-
health_check_local_ip = "192.168.0.2"
232-
health_check_remote_ip = "3.3.3.2"
233228
}
234229
235230
resource "tencentcloud_vpn_gateway_route" "route1" {

0 commit comments

Comments
 (0)