Skip to content

Commit 56b3866

Browse files
authored
fix(pgsql): [126884790] update desc of base_backup_retention_period (#3502)
* update period desc * update period desc
1 parent 22ad362 commit 56b3866

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/3502.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_postgresql_backup_plan_config: update desc of `base_backup_retention_period`
3+
```

tencentcloud/services/postgresql/resource_tc_postgresql_backup_plan_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func ResourceTencentCloudPostgresqlBackupPlanConfig() *schema.Resource {
4646
"base_backup_retention_period": {
4747
Optional: true,
4848
Type: schema.TypeInt,
49-
Description: "Backup retention period in days. Value range:3-7.",
49+
Description: "Backup retention period in days. Value range:7-1830.",
5050
},
5151

5252
"backup_period": {

website/docs/r/postgresql_backup_plan_config.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following arguments are supported:
2929

3030
* `db_instance_id` - (Required, String) instance id.
3131
* `backup_period` - (Optional, Set: [`String`]) Backup cycle, which means on which days each week the instance will be backed up. The parameter value should be the lowercase names of the days of the week.
32-
* `base_backup_retention_period` - (Optional, Int) Backup retention period in days. Value range:3-7.
32+
* `base_backup_retention_period` - (Optional, Int) Backup retention period in days. Value range:7-1830.
3333
* `max_backup_start_time` - (Optional, String) The latest time to start a backup.
3434
* `min_backup_start_time` - (Optional, String) The earliest time to start a backup.
3535

0 commit comments

Comments
 (0)