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 7a68b0b commit a5a1c15Copy full SHA for a5a1c15
tencentcloud/resource_tc_tse_cngw_service_test.go
@@ -50,9 +50,10 @@ func TestAccTencentCloudTseCngwServiceResource_basic(t *testing.T) {
50
),
51
},
52
{
53
- ResourceName: "tencentcloud_tse_cngw_service.cngw_service",
54
- ImportState: true,
55
- ImportStateVerify: true,
+ ResourceName: "tencentcloud_tse_cngw_service.cngw_service",
+ ImportState: true,
+ ImportStateVerify: true,
56
+ ImportStateVerifyIgnore: []string{"upstream_info.0.targets.0.health"},
57
58
59
Config: testAccTseCngwServiceUp,
0 commit comments