You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Specify earliest backup start time, format `hh:mm:ss`.",
241
243
},
242
244
"max_backup_start_time": {
243
245
Type: schema.TypeString,
244
246
Optional: true,
247
+
Computed: true,
245
248
Description: "Specify latest backup start time, format `hh:mm:ss`.",
246
249
},
247
250
"base_backup_retention_period": {
248
251
Type: schema.TypeInt,
249
252
Optional: true,
253
+
Computed: true,
250
254
Description: "Specify days of the retention.",
251
255
},
252
256
"backup_period": {
253
257
Type: schema.TypeList,
254
258
Optional: true,
259
+
Computed: true,
255
260
Description: "List of backup period per week, available values: `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`. NOTE: At least specify two days.",
256
261
Elem: &schema.Schema{Type: schema.TypeString},
257
262
},
@@ -906,46 +911,44 @@ func resourceTencentCloudPostgresqlInstanceRead(d *schema.ResourceData, meta int
0 commit comments