Skip to content

Commit 0327026

Browse files
committed
add
1 parent 94d512d commit 0327026

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tencentcloud/services/vpn/data_source_tc_vpn_connections_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func TestAccTencentCloudVpnConnectionsDataSource(t *testing.T) {
3232
const testAccTencentCloudVpnConnectionsDataSourceConfig_basic = `
3333
resource "tencentcloud_vpn_customer_gateway" "cgw" {
3434
name = "terraform_test"
35-
public_ip_address = "1.6.6.6"
35+
public_ip_address = "1.16.16.16"
3636
}
3737
3838
# Create VPC and Subnet

tencentcloud/services/vpn/resource_tc_vpn_gateway_route_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func testAccCheckVpnGatewayRouteExists(n string) resource.TestCheckFunc {
111111
const testVpnGatewayRouteCreate = tcacctest.DefaultVpnDataSource + `
112112
resource "tencentcloud_vpn_customer_gateway" "cgw" {
113113
name = "terraform_test"
114-
public_ip_address = "1.4.4.4"
114+
public_ip_address = "1.14.14.14"
115115
116116
}
117117
@@ -172,7 +172,7 @@ resource "tencentcloud_vpn_gateway_route" "route1" {
172172
const testVpnGatewayRouteUpdate = tcacctest.DefaultVpnDataSource + `
173173
resource "tencentcloud_vpn_customer_gateway" "cgw" {
174174
name = "terraform_test"
175-
public_ip_address = "1.4.4.4"
175+
public_ip_address = "1.14.14.14"
176176
177177
}
178178

0 commit comments

Comments
 (0)