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 0327026 commit c099cb1Copy full SHA for c099cb1
tencentcloud/services/vpn/resource_tc_vpn_customer_gateway_test.go
@@ -200,7 +200,7 @@ func testAccCheckVpnCustomerGatewayExists(n string) resource.TestCheckFunc {
200
const testAccVpnCustomerGatewayConfig = `
201
resource "tencentcloud_vpn_customer_gateway" "my_cgw" {
202
name = "terraform_test"
203
- public_ip_address = "1.5.5.5"
+ public_ip_address = "1.15.15.15"
204
205
tags = {
206
test = "tf"
@@ -210,7 +210,7 @@ resource "tencentcloud_vpn_customer_gateway" "my_cgw" {
210
const testAccVpnCustomerGatewayConfigUpdate = `
211
212
name = "terraform_update"
213
214
215
216
test = "test"
0 commit comments