Skip to content

Commit 077036e

Browse files
authored
fix(cvm): [126452417] tencentcloud_instance update doc (#3480)
* add * add
1 parent 7551941 commit 077036e

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changelog/3480.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_instance: update doc
3+
```

tencentcloud/services/cvm/resource_tc_instance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Provides a CVM instance resource.
1010

1111
~> **NOTE:** It is recommended to use resource `tencentcloud_eip` to create a AntiDDos Eip, and then call resource `tencentcloud_eip_association` to bind it to resource `tencentcloud_instance`.
1212

13+
~> **NOTE:** When creating a prepaid CVM instance and binding a data disk, you need to explicitly set `delete_with_instance` to `false`.
14+
1315
Example Usage
1416

1517
Create a general POSTPAID_BY_HOUR CVM instance

website/docs/r/instance.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Provides a CVM instance resource.
2121

2222
~> **NOTE:** It is recommended to use resource `tencentcloud_eip` to create a AntiDDos Eip, and then call resource `tencentcloud_eip_association` to bind it to resource `tencentcloud_instance`.
2323

24+
~> **NOTE:** When creating a prepaid CVM instance and binding a data disk, you need to explicitly set `delete_with_instance` to `false`.
25+
2426
## Example Usage
2527

2628
### Create a general POSTPAID_BY_HOUR CVM instance

0 commit comments

Comments
 (0)