fix: fix optional flavor description

This commit is contained in:
Marcel S. Henselin 2026-05-20 14:08:54 +02:00
parent 7de4906fe8
commit 4d0cd9eb76

View file

@ -84,6 +84,7 @@ func (r *instanceResource) Schema(ctx context.Context, req resource.SchemaReques
},
"description": schema.StringAttribute{
Computed: true,
Optional: true,
PlanModifiers: []planmodifier.String{
UseStateForUnknownIfFlavorUnchanged(req),
},