diff --git a/tencentcloud/services/cvm/resource_tc_cvm_renew_instance.md b/tencentcloud/services/cvm/resource_tc_cvm_renew_instance.md index 2a51f5b5b6..15c6f10f12 100644 --- a/tencentcloud/services/cvm/resource_tc_cvm_renew_instance.md +++ b/tencentcloud/services/cvm/resource_tc_cvm_renew_instance.md @@ -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" diff --git a/tencentcloud/services/cvm/resource_tc_eip_normal_address_return.md b/tencentcloud/services/cvm/resource_tc_eip_normal_address_return.md index 7dfc2e585f..5a814db4c0 100644 --- a/tencentcloud/services/cvm/resource_tc_eip_normal_address_return.md +++ b/tencentcloud/services/cvm/resource_tc_eip_normal_address_return.md @@ -4,6 +4,6 @@ Example Usage ```hcl resource "tencentcloud_eip_normal_address_return" "normal_address_return" { - address_ips = + address_ips = ["172.16.17.32"] } ``` \ No newline at end of file diff --git a/tencentcloud/services/lighthouse/resource_tc_lighthouse_renew_instance.md b/tencentcloud/services/lighthouse/resource_tc_lighthouse_renew_instance.md index 6d22aad31d..151da1f308 100644 --- a/tencentcloud/services/lighthouse/resource_tc_lighthouse_renew_instance.md +++ b/tencentcloud/services/lighthouse/resource_tc_lighthouse_renew_instance.md @@ -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" diff --git a/website/docs/r/cvm_renew_instance.html.markdown b/website/docs/r/cvm_renew_instance.html.markdown index 693367c8ea..779e955bb0 100644 --- a/website/docs/r/cvm_renew_instance.html.markdown +++ b/website/docs/r/cvm_renew_instance.html.markdown @@ -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" diff --git a/website/docs/r/eip_normal_address_return.html.markdown b/website/docs/r/eip_normal_address_return.html.markdown index 215739e0e5..20bd604671 100644 --- a/website/docs/r/eip_normal_address_return.html.markdown +++ b/website/docs/r/eip_normal_address_return.html.markdown @@ -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"] } ``` diff --git a/website/docs/r/lighthouse_renew_instance.html.markdown b/website/docs/r/lighthouse_renew_instance.html.markdown index 574e209e31..20d905bfc8 100644 --- a/website/docs/r/lighthouse_renew_instance.html.markdown +++ b/website/docs/r/lighthouse_renew_instance.html.markdown @@ -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" diff --git a/website/docs/r/sqlserver_config_delete_db.html.markdown b/website/docs/r/sqlserver_config_delete_db.html.markdown deleted file mode 100644 index 359583db5b..0000000000 --- a/website/docs/r/sqlserver_config_delete_db.html.markdown +++ /dev/null @@ -1,37 +0,0 @@ ---- -subcategory: "SQLServer" -layout: "tencentcloud" -page_title: "TencentCloud: tencentcloud_sqlserver_config_delete_db" -sidebar_current: "docs-tencentcloud-resource-sqlserver_config_delete_db" -description: |- - Provides a resource to create a sqlserver config_delete_db ---- - -# tencentcloud_sqlserver_config_delete_db - -Provides a resource to create a sqlserver config_delete_db - -## Example Usage - -```hcl -resource "tencentcloud_sqlserver_config_delete_db" "config_delete_db" { - instance_id = "mssql-i1z41iwd" - name = -} -``` - -## Argument Reference - -The following arguments are supported: - -* `instance_id` - (Required, String) Instance ID. -* `name` - (Required, String) collection of database name. - -## Attributes Reference - -In addition to all arguments above, the following attributes are exported: - -* `id` - ID of the resource. - - -