feat(mongodb): set point_in_time_window_hours as required (#860)
* feat(mongodb): set point_in_time_window_hours as required * docs update
This commit is contained in:
parent
9b1c658575
commit
a47fac0ae7
4 changed files with 16 additions and 9 deletions
|
|
@ -291,8 +291,7 @@ func (r *instanceResource) Schema(_ context.Context, _ resource.SchemaRequest, r
|
|||
},
|
||||
"point_in_time_window_hours": schema.Int64Attribute{
|
||||
Description: descriptions["point_in_time_window_hours"],
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
Required: true,
|
||||
PlanModifiers: []planmodifier.Int64{
|
||||
int64planmodifier.UseStateForUnknown(),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue