Skip to content

Commit e5258de

Browse files
authored
add (#3599)
1 parent bfa6d99 commit e5258de

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tencentcloud/services/vpn/resource_tc_vpn_connection_reset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func TestAccTencentCloudVpnConnectionResetResource_basic(t *testing.T) {
2828
const testAccVpnConnectionReset = `
2929
resource "tencentcloud_vpn_customer_gateway" "cgw" {
3030
name = "terraform_test_reset"
31-
public_ip_address = "1.3.3.3"
31+
public_ip_address = "10.3.3.13"
3232
3333
}
3434

tencentcloud/services/vpn/resource_tc_vpn_connection_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func testAccCheckVpnConnectionExists(n string) resource.TestCheckFunc {
241241
const testAccVpnConnectionConfig = `
242242
resource "tencentcloud_vpn_customer_gateway" "cgw" {
243243
name = "terraform_test"
244-
public_ip_address = "1.3.3.3"
244+
public_ip_address = "10.3.3.14"
245245
246246
}
247247
@@ -297,7 +297,7 @@ resource "tencentcloud_vpn_connection" "connection" {
297297
const testAccVpnConnectionConfigUpdate = `
298298
resource "tencentcloud_vpn_customer_gateway" "cgw" {
299299
name = "terraform_test"
300-
public_ip_address = "1.3.3.3"
300+
public_ip_address = "10.3.3.15"
301301
}
302302
303303
# Create VPC and Subnet
@@ -354,7 +354,7 @@ resource "tencentcloud_vpn_connection" "connection" {
354354
const testAccVpnConnectionConfigUpdate2 = `
355355
resource "tencentcloud_vpn_customer_gateway" "cgw" {
356356
name = "terraform_test"
357-
public_ip_address = "1.3.3.3"
357+
public_ip_address = "10.3.3.16"
358358
}
359359
360360
# Create VPC and Subnet
@@ -411,7 +411,7 @@ resource "tencentcloud_vpn_connection" "connection" {
411411
const testAccVpnConnectionConfigUpdate3 = `
412412
resource "tencentcloud_vpn_customer_gateway" "cgw" {
413413
name = "terraform_test"
414-
public_ip_address = "1.3.3.3"
414+
public_ip_address = "10.3.3.17"
415415
}
416416
417417
# Create VPC and Subnet

tencentcloud/services/vpn/resource_tc_vpn_customer_gateway_configuration_download_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestAccTencentCloudVpnCustomerGatewayConfigurationDownloadResource_basic(t
2727
const testAccVpcVpnCustomerGatewayConfigurationDownload = `
2828
resource "tencentcloud_vpn_customer_gateway" "cgw" {
2929
name = "terraform_test_download"
30-
public_ip_address = "1.3.3.3"
30+
public_ip_address = "10.3.1.18"
3131
3232
}
3333

0 commit comments

Comments
 (0)