Skip to content

Commit f005924

Browse files
committed
add changelog
1 parent b73cf9c commit f005924

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.changelog/1512.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
```release-note:new-resource
2+
tencentcloud_mysql_local_binlog_config
3+
```
4+
5+
```release-note:new-resource
6+
tencentcloud_mysql_security_groups_attachment
7+
```
8+
9+
```release-note:new-resource
10+
tencentcloud_mysql_deploy_group
11+
```
12+
13+
```release-note:new-resource
14+
tencentcloud_mysql_param_template
15+
```
16+
17+
```release-note:enhancement
18+
datasource/tencentcloud_mysql_zone_config: update the called api
19+
```

tencentcloud/resource_tc_mysql_security_groups_attachment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Import
1515
mysql security_groups_attachment can be imported using the id, e.g.
1616
1717
```
18-
terraform import tencentcloud_mysql_security_groups_attachment.security_groups_attachment security_groups_attachment_id
18+
terraform import tencentcloud_mysql_security_groups_attachment.security_groups_attachment securityGroupId#instanceId
1919
```
2020
*/
2121
package tencentcloud

website/docs/r/mysql_security_groups_attachment.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ In addition to all arguments above, the following attributes are exported:
4040
mysql security_groups_attachment can be imported using the id, e.g.
4141

4242
```
43-
terraform import tencentcloud_mysql_security_groups_attachment.security_groups_attachment security_groups_attachment_id
43+
terraform import tencentcloud_mysql_security_groups_attachment.security_groups_attachment securityGroupId#instanceId
4444
```
4545

0 commit comments

Comments
 (0)