fix(iaas): server resource produces an unexpected new value for delete_on_termination (#755)
This commit is contained in:
parent
3c3fcfd8ce
commit
e2f32b597a
1 changed files with 1 additions and 0 deletions
|
|
@ -300,6 +300,7 @@ func (r *serverResource) Schema(_ context.Context, _ resource.SchemaRequest, res
|
|||
"delete_on_termination": schema.BoolAttribute{
|
||||
Description: "Delete the volume during the termination of the server. Only allowed when `source_type` is `image`.",
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
PlanModifiers: []planmodifier.Bool{
|
||||
boolplanmodifier.RequiresReplace(),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue