Skip to content

Commit 16e754e

Browse files
author
hellertang
authored
support cls config (#963)
1 parent 31cde71 commit 16e754e

10 files changed

+898
-1
lines changed

tencentcloud/provider.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@ CLS
605605
Resource
606606
tencentcloud_cls_logset
607607
tencentcloud_cls_topic
608+
tencentcloud_cls_config
609+
tencentcloud_cls_config_attachment
608610
tencentcloud_cls_machine_group
609611
tencentcloud_cls_cos_shipper
610612
*/
@@ -1095,6 +1097,8 @@ func Provider() terraform.ResourceProvider {
10951097
"tencentcloud_private_dns_record": resourceTencentCloudPrivateDnsRecord(),
10961098
"tencentcloud_cls_logset": resourceTencentCloudClsLogset(),
10971099
"tencentcloud_cls_topic": resourceTencentCloudClsTopic(),
1100+
"tencentcloud_cls_config": resourceTencentCloudClsConfig(),
1101+
"tencentcloud_cls_config_attachment": resourceTencentCloudClsConfigAttachment(),
10981102
"tencentcloud_cls_machine_group": resourceTencentCloudClsMachineGroup(),
10991103
"tencentcloud_cls_cos_shipper": resourceTencentCloudClsCosShipper(),
11001104
},

0 commit comments

Comments
 (0)