Skip to content

Commit df08ac8

Browse files
author
mikatong
committed
update
1 parent fe1f99b commit df08ac8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.changelog/2816.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_gaap_layer4_listener: support udp listener enable `health_check`
3+
```

tencentcloud/services/gaap/resource_tc_gaap_layer4_listener_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,10 @@ func TestAccTencentCloudGaapLayer4Listener_udp_basic(t *testing.T) {
240240
),
241241
},
242242
{
243-
ResourceName: "tencentcloud_gaap_layer4_listener.foo",
244-
ImportState: true,
245-
ImportStateVerify: true,
243+
ResourceName: "tencentcloud_gaap_layer4_listener.foo",
244+
ImportState: true,
245+
ImportStateVerify: true,
246+
ImportStateVerifyIgnore: []string{"client_ip_method"},
246247
},
247248
},
248249
})

0 commit comments

Comments
 (0)