support storage class update in postgresflex (#348)
This commit is contained in:
parent
66d6ec2bd0
commit
46797a659a
1 changed files with 3 additions and 0 deletions
|
|
@ -224,6 +224,9 @@ func (r *instanceResource) Schema(_ context.Context, _ resource.SchemaRequest, r
|
|||
Attributes: map[string]schema.Attribute{
|
||||
"class": schema.StringAttribute{
|
||||
Required: true,
|
||||
PlanModifiers: []planmodifier.String{
|
||||
stringplanmodifier.RequiresReplace(),
|
||||
},
|
||||
},
|
||||
"size": schema.Int64Attribute{
|
||||
Required: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue