Skip to content

Commit db71c93

Browse files
committed
modify doc which has trouble
1 parent 34ac4a2 commit db71c93

7 files changed

+6
-43
lines changed

tencentcloud/services/cvm/resource_tc_cvm_renew_instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Example Usage
44

55
```hcl
66
resource "tencentcloud_cvm_renew_instance" "renew_instance" {
7-
instance_ids = "ins-f9jr4bd2"
7+
instance_id = "ins-f9jr4bd2"
88
instance_charge_prepaid {
99
period = 1
1010
renew_flag = "NOTIFY_AND_AUTO_RENEW"

tencentcloud/services/cvm/resource_tc_eip_normal_address_return.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Example Usage
44

55
```hcl
66
resource "tencentcloud_eip_normal_address_return" "normal_address_return" {
7-
address_ips =
7+
address_ips = ["172.16.17.32"]
88
}
99
```

tencentcloud/services/lighthouse/resource_tc_lighthouse_renew_instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Example Usage
44

55
```hcl
66
resource "tencentcloud_lighthouse_renew_instance" "renew_instance" {
7-
instance_id =
7+
instance_id = "lhins-xxxxxxx"
88
instance_charge_prepaid {
99
period = 1
1010
renew_flag = "NOTIFY_AND_MANUAL_RENEW"

website/docs/r/cvm_renew_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Provides a resource to create a cvm renew_instance
1515

1616
```hcl
1717
resource "tencentcloud_cvm_renew_instance" "renew_instance" {
18-
instance_ids = "ins-f9jr4bd2"
18+
instance_id = "ins-f9jr4bd2"
1919
instance_charge_prepaid {
2020
period = 1
2121
renew_flag = "NOTIFY_AND_AUTO_RENEW"

website/docs/r/eip_normal_address_return.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Provides a resource to create a vpc normal_address_return
1515

1616
```hcl
1717
resource "tencentcloud_eip_normal_address_return" "normal_address_return" {
18-
address_ips =
18+
address_ips = ["172.16.17.32"]
1919
}
2020
```
2121

website/docs/r/lighthouse_renew_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Provides a resource to create a lighthouse renew_instance
1515

1616
```hcl
1717
resource "tencentcloud_lighthouse_renew_instance" "renew_instance" {
18-
instance_id =
18+
instance_id = "lhins-xxxxxxx"
1919
instance_charge_prepaid {
2020
period = 1
2121
renew_flag = "NOTIFY_AND_MANUAL_RENEW"

website/docs/r/sqlserver_config_delete_db.html.markdown

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)