Skip to content

Commit 6bb6109

Browse files
author
hellertang
authored
support cls shipper (#952)
1 parent 5c3e532 commit 6bb6109

File tree

7 files changed

+953
-1
lines changed

7 files changed

+953
-1
lines changed

tencentcloud/provider.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ CLS
605605
tencentcloud_cls_logset
606606
tencentcloud_cls_topic
607607
tencentcloud_cls_machine_group
608+
tencentcloud_cls_cos_shipper
608609
*/
609610
package tencentcloud
610611

@@ -1093,6 +1094,7 @@ func Provider() terraform.ResourceProvider {
10931094
"tencentcloud_cls_logset": resourceTencentCloudClsLogset(),
10941095
"tencentcloud_cls_topic": resourceTencentCloudClsTopic(),
10951096
"tencentcloud_cls_machine_group": resourceTencentCloudClsMachineGroup(),
1097+
"tencentcloud_cls_cos_shipper": resourceTencentCloudClsCosShipper(),
10961098
},
10971099

10981100
ConfigureFunc: providerConfigure,

0 commit comments

Comments
 (0)