doc(jobs): fixed wording
This commit is contained in:
parent
748a049be2
commit
4845f3f5cd
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue