Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cls): [120871103] Add new resource #2981

Merged
merged 3 commits into from
Nov 29, 2024
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
3 changes: 3 additions & 0 deletions .changelog/2981.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
tencentcloud_cls_notice_content
```
1 change: 1 addition & 0 deletions tencentcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1705,6 +1705,7 @@ func Provider() *schema.Provider {
"tencentcloud_cls_export": cls.ResourceTencentCloudClsExport(),
"tencentcloud_cls_data_transform": cls.ResourceTencentCloudClsDataTransform(),
"tencentcloud_cls_cloud_product_log_task": cls.ResourceTencentCloudClsCloudProductLogTask(),
"tencentcloud_cls_notice_content": cls.ResourceTencentCloudClsNoticeContent(),
"tencentcloud_lighthouse_instance": lighthouse.ResourceTencentCloudLighthouseInstance(),
"tencentcloud_lighthouse_firewall_template": lighthouse.ResourceTencentCloudLighthouseFirewallTemplate(),
"tencentcloud_tem_environment": tem.ResourceTencentCloudTemEnvironment(),
Expand Down
1 change: 1 addition & 0 deletions tencentcloud/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -1379,6 +1379,7 @@ Cloud Log Service(CLS)
tencentcloud_cls_scheduled_sql
tencentcloud_cls_data_transform
tencentcloud_cls_cloud_product_log_task
tencentcloud_cls_notice_content

Data Source
tencentcloud_cls_shipper_tasks
Expand Down
Loading
Loading