Skip to content

fix(cdb): [119628577] tencentcloud_mysql_cls_log_attachment Update md doc #2879

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

Merged
merged 3 commits into from
Oct 10, 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/2879.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/tencentcloud_mysql_cls_log_attachment: Update md doc
```
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,3 @@ resource "tencentcloud_mysql_cls_log_attachment" "example" {
log_topic = "140d4d39-4307-45a8-9655-290f679b063d"
}
```

Import

mysql log to cls can be imported using the id, e.g.

```
terraform import tencentcloud_mysql_cls_log_attachment.example cdb-8fk7id2l#slowlog
```
8 changes: 0 additions & 8 deletions website/docs/r/mysql_cls_log_attachment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,3 @@ In addition to all arguments above, the following attributes are exported:
* `status` - Log Status.


## Import

mysql log to cls can be imported using the id, e.g.

```
terraform import tencentcloud_mysql_cls_log_attachment.example cdb-8fk7id2l#slowlog
```

Loading