doc(jobs): fixed wording

This commit is contained in:
Julien Dessaux 2024-04-20 23:46:41 +02:00
parent 748a049be2
commit 4845f3f5cd
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ Read-Only:
Read-Only:
- `arguments` (List of String) The list of arguments to pass to the command.
- `arguments` (List of String) The list of arguments to pass to the script.
- `content` (String) The script file contents.
- `path` (String) The path of the script file relative to the job file.

View file

@ -209,7 +209,7 @@ func (d *JobsDataSource) Schema(ctx context.Context, req datasource.SchemaReques
"arguments": schema.ListAttribute{
Computed: true,
ElementType: types.StringType,
MarkdownDescription: "The list of arguments to pass to the command.",
MarkdownDescription: "The list of arguments to pass to the script.",
},
"content": schema.StringAttribute{
Computed: true,