diff --git a/internal/service/davinci/resource_flow.go b/internal/service/davinci/resource_flow.go index 8de72316..5a9331d8 100644 --- a/internal/service/davinci/resource_flow.go +++ b/internal/service/davinci/resource_flow.go @@ -220,6 +220,10 @@ func (r *FlowResource) Schema(ctx context.Context, req resource.SchemaRequest, r MarkdownDescription: descriptionDescription.MarkdownDescription, Optional: true, Computed: true, + + Validators: []validator.String{ + stringvalidator.LengthAtLeast(attrMinLength), + }, }, "flow_json": schema.StringAttribute{