Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tencentcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ CLS
tencentcloud_cls_logset
tencentcloud_cls_topic
tencentcloud_cls_machine_group
tencentcloud_cls_cos_shipper
*/
package tencentcloud

Expand Down Expand Up @@ -1093,6 +1094,7 @@ func Provider() terraform.ResourceProvider {
"tencentcloud_cls_logset": resourceTencentCloudClsLogset(),
"tencentcloud_cls_topic": resourceTencentCloudClsTopic(),
"tencentcloud_cls_machine_group": resourceTencentCloudClsMachineGroup(),
"tencentcloud_cls_cos_shipper": resourceTencentCloudClsCosShipper(),
},

ConfigureFunc: providerConfigure,
Expand Down
Loading