diff options
author | Julien Dessaux | 2024-04-20 23:46:41 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-04-20 23:46:41 +0200 |
commit | 4845f3f5cd83aa0f037abf105633e55243896292 (patch) | |
tree | 6a919c6d732499ea57f2013e6409230739554d77 /internal | |
parent | Bump actions/checkout from 4.1.2 to 4.1.3 (#32) (diff) | |
download | terraform-provider-eventline-4845f3f5cd83aa0f037abf105633e55243896292.tar.gz terraform-provider-eventline-4845f3f5cd83aa0f037abf105633e55243896292.tar.bz2 terraform-provider-eventline-4845f3f5cd83aa0f037abf105633e55243896292.zip |
doc(jobs): fixed wording
Diffstat (limited to 'internal')
-rw-r--r-- | internal/provider/jobs_data_source.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/provider/jobs_data_source.go b/internal/provider/jobs_data_source.go index 4cea2f8..1461d28 100644 --- a/internal/provider/jobs_data_source.go +++ b/internal/provider/jobs_data_source.go @@ -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, |