fix: int64 user_id and some more
This commit is contained in:
parent
6aac685ed4
commit
d01ae71b75
8 changed files with 65 additions and 44 deletions
|
|
@ -278,6 +278,10 @@ func (r *instanceResource) Schema(_ context.Context, req resource.SchemaRequest,
|
|||
},
|
||||
"size": schema.Int64Attribute{
|
||||
Required: true,
|
||||
//PlanModifiers: []planmodifier.Int64{
|
||||
// TODO - req replace if new size smaller than state size
|
||||
// int64planmodifier.RequiresReplaceIf(),
|
||||
//},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue