Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Example Usage

```hcl
resource "tencentcloud_cvm_renew_instance" "renew_instance" {
instance_ids = "ins-f9jr4bd2"
instance_id = "ins-f9jr4bd2"
instance_charge_prepaid {
period = 1
renew_flag = "NOTIFY_AND_AUTO_RENEW"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Example Usage

```hcl
resource "tencentcloud_eip_normal_address_return" "normal_address_return" {
address_ips =
address_ips = ["172.16.17.32"]
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Example Usage

```hcl
resource "tencentcloud_lighthouse_renew_instance" "renew_instance" {
instance_id =
instance_id = "lhins-xxxxxxx"
instance_charge_prepaid {
period = 1
renew_flag = "NOTIFY_AND_MANUAL_RENEW"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cvm_renew_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Provides a resource to create a cvm renew_instance

```hcl
resource "tencentcloud_cvm_renew_instance" "renew_instance" {
instance_ids = "ins-f9jr4bd2"
instance_id = "ins-f9jr4bd2"
instance_charge_prepaid {
period = 1
renew_flag = "NOTIFY_AND_AUTO_RENEW"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/eip_normal_address_return.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Provides a resource to create a vpc normal_address_return

```hcl
resource "tencentcloud_eip_normal_address_return" "normal_address_return" {
address_ips =
address_ips = ["172.16.17.32"]
}
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/lighthouse_renew_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Provides a resource to create a lighthouse renew_instance

```hcl
resource "tencentcloud_lighthouse_renew_instance" "renew_instance" {
instance_id =
instance_id = "lhins-xxxxxxx"
instance_charge_prepaid {
period = 1
renew_flag = "NOTIFY_AND_MANUAL_RENEW"
Expand Down
37 changes: 0 additions & 37 deletions website/docs/r/sqlserver_config_delete_db.html.markdown

This file was deleted.