Skip to content

Commit

Permalink
fix(cdb): [119628577] tencentcloud_mysql_cls_log_attachment Update …
Browse files Browse the repository at this point in the history
…md doc (#2879)

* add

* add

* add
  • Loading branch information
SevenEarth authored Oct 10, 2024
1 parent 4270e9d commit 3773bdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
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
```

0 comments on commit 3773bdc

Please sign in to comment.