Skip to content

Commit 3b6df3e

Browse files
authored
fix(monitor): [127972695] modify desc (#3550)
* fix: modify desc * feat: add changelog
1 parent d3a775a commit 3b6df3e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/3550.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_monitor_tmpInstance: Update the description of the `data_retention_time` field.
3+
```

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)