Skip to content

Commit c099cb1

Browse files
committed
add
1 parent 0327026 commit c099cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tencentcloud/services/vpn/resource_tc_vpn_customer_gateway_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func testAccCheckVpnCustomerGatewayExists(n string) resource.TestCheckFunc {
200200
const testAccVpnCustomerGatewayConfig = `
201201
resource "tencentcloud_vpn_customer_gateway" "my_cgw" {
202202
name = "terraform_test"
203-
public_ip_address = "1.5.5.5"
203+
public_ip_address = "1.15.15.15"
204204
205205
tags = {
206206
test = "tf"
@@ -210,7 +210,7 @@ resource "tencentcloud_vpn_customer_gateway" "my_cgw" {
210210
const testAccVpnCustomerGatewayConfigUpdate = `
211211
resource "tencentcloud_vpn_customer_gateway" "my_cgw" {
212212
name = "terraform_update"
213-
public_ip_address = "1.5.5.5"
213+
public_ip_address = "1.15.15.15"
214214
215215
tags = {
216216
test = "test"

0 commit comments

Comments
 (0)