Skip to content

Commit 7a68b0b

Browse files
committed
fix: modify group
1 parent 7462d33 commit 7a68b0b

File tree

5 files changed

+1
-117
lines changed

5 files changed

+1
-117
lines changed

.changelog/2096.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ tencentcloud_tse_gateway_routes
1414
tencentcloud_tse_cngw_gateway
1515
```
1616

17-
```release-note:new-resource
18-
tencentcloud_tse_cngw_group
19-
```
20-
2117
```release-note:new-resource
2218
tencentcloud_tse_cngw_service_rate_limit
2319
```

tencentcloud/provider.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,6 @@ Tencent Cloud Service Engine(TSE)
15871587
tencentcloud_tse_cngw_service
15881588
tencentcloud_tse_cngw_canary_rule
15891589
tencentcloud_tse_cngw_gateway
1590-
tencentcloud_tse_cngw_group
15911590
tencentcloud_tse_cngw_service_rate_limit
15921591
tencentcloud_tse_cngw_route
15931592
tencentcloud_tse_cngw_route_rate_limit

tencentcloud/resource_tc_tse_cngw_group_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
// go test -i; go test -test.run TestAccTencentCloudTseCngwGroupResource_basic -v
15-
func TestAccTencentCloudTseCngwGroupResource_basic(t *testing.T) {
15+
func TestAccTencentCloudNeedFixTseCngwGroupResource_basic(t *testing.T) {
1616
t.Parallel()
1717
resource.Test(t, resource.TestCase{
1818
PreCheck: func() {

website/docs/r/tse_cngw_group.html.markdown

Lines changed: 0 additions & 108 deletions
This file was deleted.

website/tencentcloud.erb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3143,9 +3143,6 @@
31433143
<li>
31443144
<a href="/docs/providers/tencentcloud/r/tse_cngw_gateway.html">tencentcloud_tse_cngw_gateway</a>
31453145
</li>
3146-
<li>
3147-
<a href="/docs/providers/tencentcloud/r/tse_cngw_group.html">tencentcloud_tse_cngw_group</a>
3148-
</li>
31493146
<li>
31503147
<a href="/docs/providers/tencentcloud/r/tse_cngw_route.html">tencentcloud_tse_cngw_route</a>
31513148
</li>

0 commit comments

Comments
 (0)