docs: add examples and generate documentation for all new resources

This commit is contained in:
2026-06-01 11:42:33 -04:00
parent dd77be8ecb
commit f2b245f31a
15 changed files with 336 additions and 1 deletions
-1
View File
@@ -71,7 +71,6 @@ func (r *workflowResource) Schema(ctx context.Context, req resource.SchemaReques
"filters": schema.StringAttribute{
Optional: true,
Computed: true,
Default: booldefault.StaticBool(false), // placeholder for empty
MarkdownDescription: "JSON string representing the workflow filters.",
},
"actions": schema.StringAttribute{