Skip to content

Commit d0b2149

Browse files
committed
fix: modify desc
1 parent 3c33c05 commit d0b2149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/tmp/resource_tc_monitor_tmp_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func ResourceTencentCloudMonitorTmpInstance() *schema.Resource {
4747
"data_retention_time": {
4848
Type: schema.TypeInt,
4949
Required: true,
50-
Description: "Data retention time(in days). Value range: 15, 30, 45, 90, 180, 360, 720.",
50+
Description: "Data retention time(in days). Value range: 15, 30, 45, 90, 180, 365, 730.",
5151
},
5252

5353
"zone": {

website/docs/r/monitor_tmp_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "tencentcloud_monitor_tmp_instance" "example" {
4646

4747
The following arguments are supported:
4848

49-
* `data_retention_time` - (Required, Int) Data retention time(in days). Value range: 15, 30, 45, 90, 180, 360, 720.
49+
* `data_retention_time` - (Required, Int) Data retention time(in days). Value range: 15, 30, 45, 90, 180, 365, 730.
5050
* `instance_name` - (Required, String) Instance name.
5151
* `subnet_id` - (Required, String) Subnet Id.
5252
* `vpc_id` - (Required, String) Vpc Id.

0 commit comments

Comments
 (0)