We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3fcfd commit e2f32b5Copy full SHA for e2f32b5
1 file changed
stackit/internal/services/iaas/server/resource.go
@@ -300,6 +300,7 @@ func (r *serverResource) Schema(_ context.Context, _ resource.SchemaRequest, res
300
"delete_on_termination": schema.BoolAttribute{
301
Description: "Delete the volume during the termination of the server. Only allowed when `source_type` is `image`.",
302
Optional: true,
303
+ Computed: true,
304
PlanModifiers: []planmodifier.Bool{
305
boolplanmodifier.RequiresReplace(),
306
},
0 commit comments