Skip to content

Commit 6c92b4e

Browse files
author
mikatong
committed
update doc
1 parent 1268756 commit 6c92b4e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

tencentcloud/services/cynosdb/resource_tc_cynosdb_ssl.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@ resource "tencentcloud_cynosdb_ssl" "cynosdb_ssl" {
88
instance_id = "cynosdbmysql-ins-pfsv6q1e"
99
status = "ON"
1010
}
11+
```
12+
13+
Import
14+
15+
cynosdb ssl can be imported using the id, e.g.
16+
17+
```
18+
terraform import tencentcloud_cynosdb_ssl.cynosdb_ssl ${cluster_id}#${instance_id}
1119
```

website/docs/r/cynosdb_ssl.html.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ In addition to all arguments above, the following attributes are exported:
3737
* `download_url` - Certificate download address.
3838

3939

40+
## Import
41+
42+
cynosdb ssl can be imported using the id, e.g.
43+
44+
```
45+
terraform import tencentcloud_cynosdb_ssl.cynosdb_ssl ${cluster_id}#${instance_id}
46+
```
47+

0 commit comments

Comments
 (0)