fix: sql server flavor handling #114

Merged
marcel.henselin merged 8 commits from fix/exmaples_and_samples_fixing into main 2026-05-20 19:34:49 +00:00
Showing only changes of commit 4d0cd9eb76 - Show all commits

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),
},