Skip to content

Commit 2a5c039

Browse files
committed
feat: add changelog
1 parent 919181d commit 2a5c039

File tree

5 files changed

+116
-19
lines changed

5 files changed

+116
-19
lines changed

.changelog/3547.txt

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
```release-note:new-data-source
2+
tencentcloud_wedata_ops_workflows
3+
```
4+
5+
```release-note:new-data-source
6+
tencentcloud_wedata_ops_workflow
7+
```
8+
9+
```release-note:new-data-source
10+
tencentcloud_wedata_ops_alarm_rules
11+
```
12+
13+
```release-note:new-data-source
14+
tencentcloud_wedata_task_instance
15+
```
16+
17+
```release-note:new-data-source
18+
tencentcloud_wedata_task_instances
19+
```
20+
21+
```release-note:new-data-source
22+
tencentcloud_wedata_task_instance_log
23+
```
24+
25+
```release-note:new-data-source
26+
tencentcloud_wedata_upstream_task_instances
27+
```
28+
29+
```release-note:new-data-source
30+
tencentcloud_wedata_downstream_task_instances
31+
```
32+
33+
```release-note:new-resource
34+
tencentcloud_wedata_ops_stop_task_async
35+
```
36+
37+
```release-note:new-resource
38+
tencentcloud_wedata_ops_task_owner
39+
```
40+
41+
```release-note:new-resource
42+
tencentcloud_wedata_ops_alarm_rule
43+
```
44+
45+
```release-note:new-resource
46+
tencentcloud_wedata_task_kill_instance_async
47+
```
48+
49+
```release-note:new-resource
50+
tencentcloud_wedata_task_rerun_instance_async
51+
```
52+
53+
```release-note:new-resource
54+
tencentcloud_wedata_task_set_success_instance_async
55+
```

tencentcloud/provider.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,6 +2228,7 @@ tencentcloud_wedata_task_instances
22282228
tencentcloud_wedata_task_instance_log
22292229
tencentcloud_wedata_upstream_task_instances
22302230
tencentcloud_wedata_downstream_task_instances
2231+
tencentcloud_wedata_task_instance_executions
22312232
tencentcloud_wedata_data_source_list
22322233

22332234
Resource

tencentcloud/services/wedata/data_source_tc_wedata_task_instance_executions.go

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
subcategory: "Wedata"
3+
layout: "tencentcloud"
4+
page_title: "TencentCloud: tencentcloud_wedata_task_instance_executions"
5+
sidebar_current: "docs-tencentcloud-datasource-wedata_task_instance_executions"
6+
description: |-
7+
Use this data source to query detailed information of wedata task instance executions
8+
---
9+
10+
# tencentcloud_wedata_task_instance_executions
11+
12+
Use this data source to query detailed information of wedata task instance executions
13+
14+
## Example Usage
15+
16+
```hcl
17+
data "tencentcloud_wedata_task_instance_executions" "wedata_task_instance_executions" {
18+
project_id = "1859317240494305280"
19+
instance_key = "20250731151633120_2025-10-13 17:00:00"
20+
}
21+
```
22+
23+
## Argument Reference
24+
25+
The following arguments are supported:
26+
27+
* `instance_key` - (Required, String) Instance unique identifier, can be obtained via ListInstances.
28+
* `project_id` - (Required, String) Project ID to which it belongs.
29+
* `result_output_file` - (Optional, String) Used to save results.
30+
* `time_zone` - (Optional, String) **Time zone** timeZone, the time zone of the input time string, default UTC+8.
31+
32+
## Attributes Reference
33+
34+
In addition to all arguments above, the following attributes are exported:
35+
36+
* `data` - Instance details.
37+
38+

website/tencentcloud.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7027,6 +7027,9 @@
70277027
<li>
70287028
<a href="/docs/providers/tencentcloud/d/wedata_task_instance.html">tencentcloud_wedata_task_instance</a>
70297029
</li>
7030+
<li>
7031+
<a href="/docs/providers/tencentcloud/d/wedata_task_instance_executions.html">tencentcloud_wedata_task_instance_executions</a>
7032+
</li>
70307033
<li>
70317034
<a href="/docs/providers/tencentcloud/d/wedata_task_instance_log.html">tencentcloud_wedata_task_instance_log</a>
70327035
</li>

0 commit comments

Comments
 (0)