Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d20bb52

Browse files
author
mikatong
committed
update doc
1 parent 5708c30 commit d20bb52

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

‎website/docs/r/wedata_resource_file.html.markdown‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following arguments are supported:
3131
* `bucket_name` - (Required, String) cos bucket name, which can be obtained from the GetResourceCosPath interface.
3232
* `cos_region` - (Required, String) The cos bucket area corresponding to the BucketName bucket.
3333
* `parent_folder_path` - (Required, String) The path to upload resource files in the project, example value: /wedata/qxxxm/, root directory, please use/.
34-
* `project_id` - (Required, String) Project id.
34+
* `project_id` - (Required, String, ForceNew) Project id.
3535
* `resource_file` - (Required, String) - You can only choose one of the two methods of uploading a file and manually filling. If both are provided, the order of values is file> manual filling value
3636
-the manual filling value must be the existing cos path, /datastudio/resource/is a fixed prefix, projectId is the project ID, and a specific value needs to be passed in, parentFolderPath is the parent folder path, name is the file name, and examples of manual filling value values are: /datastudio/resource/projectId/parentFolderPath/name
3737
.

‎website/docs/r/wedata_resource_folder.html.markdown‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following arguments are supported:
2727

2828
* `folder_name` - (Required, String) Folder name.
2929
* `parent_folder_path` - (Required, String) Absolute path of parent folder, value example/wedata/test, root directory, please use/.
30-
* `project_id` - (Required, String) Project id.
30+
* `project_id` - (Required, String, ForceNew) Project id.
3131

3232
## Attributes Reference
3333

‎website/docs/r/wedata_task.html.markdown‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ resource "tencentcloud_wedata_task" "wedata_task" {
3535
workflow_id = tencentcloud_wedata_workflow.wedata_workflow.workflow_id
3636
}
3737
task_configuration {
38-
code_content = "IyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiMKIyNhdXRob3I6IEFQSV9URVNUCiMjY3JlYXRlIHRpbWU6IDIwMjUtMTAtMTMgMTc6MjY6MTcKIyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiMK"
38+
code_content = base64encode("Hello World")
3939
task_ext_configuration_list {
4040
param_key = "bucket"
4141
param_value = "wedata-fusion-bjjr-1257305158"
@@ -83,7 +83,7 @@ resource "tencentcloud_wedata_task" "wedata_task" {
8383

8484
The following arguments are supported:
8585

86-
* `project_id` - (Required, String) Project ID.
86+
* `project_id` - (Required, String, ForceNew) Project ID.
8787
* `task_base_attribute` - (Required, List) Basic task attributes.
8888
* `task_configuration` - (Required, List) Task configuration.
8989
* `task_scheduler_configuration` - (Required, List) Task scheduling configuration.

‎website/docs/r/wedata_workflow.html.markdown‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ resource "tencentcloud_wedata_workflow" "wedata_workflow" {
2727
The following arguments are supported:
2828

2929
* `parent_folder_path` - (Required, String) Parent folder path.
30-
* `project_id` - (Required, String) Project id.
30+
* `project_id` - (Required, String, ForceNew) Project id.
3131
* `workflow_name` - (Required, String) Workflow name.
3232
* `bundle_id` - (Optional, String) Bundle Id.
3333
* `bundle_info` - (Optional, String) Bundle Information.
3434
* `owner_uin` - (Optional, String) Workflow Owner ID.
3535
* `workflow_desc` - (Optional, String) Workflow description.
36-
* `workflow_params` - (Optional, List) workflow parameter.
36+
* `workflow_params` - (Optional, Set) workflow parameter.
3737
* `workflow_scheduler_configuration` - (Optional, List) Unified dispatch information.
3838
* `workflow_type` - (Optional, String) Workflow type, value example: cycle cycle workflow;manual manual workflow, passed in cycle by default.
3939

‎website/docs/r/wedata_workflow_folder.html.markdown‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following arguments are supported:
2727

2828
* `folder_name` - (Required, String) Name of the folder to create.
2929
* `parent_folder_path` - (Required, String) The absolute path of the parent folder, such as/abc/de, if it is the root directory, pass/.
30-
* `project_id` - (Required, String) Project id.
30+
* `project_id` - (Required, String, ForceNew) Project id.
3131

3232
## Attributes Reference
3333

‎website/tencentcloud.erb‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7086,6 +7086,9 @@
70867086
<li>
70877087
<a href="/docs/providers/tencentcloud/r/wedata_script.html">tencentcloud_wedata_script</a>
70887088
</li>
7089+
<li>
7090+
<a href="/docs/providers/tencentcloud/r/wedata_task.html">tencentcloud_wedata_task</a>
7091+
</li>
70897092
<li>
70907093
<a href="/docs/providers/tencentcloud/r/wedata_task_kill_instance_async.html">tencentcloud_wedata_task_kill_instance_async</a>
70917094
</li>
@@ -7095,9 +7098,6 @@
70957098
<li>
70967099
<a href="/docs/providers/tencentcloud/r/wedata_task_set_success_instance_async.html">tencentcloud_wedata_task_set_success_instance_async</a>
70977100
</li>
7098-
<li>
7099-
<a href="/docs/providers/tencentcloud/r/wedata_task.html">tencentcloud_wedata_task</a>
7100-
</li>
71017101
<li>
71027102
<a href="/docs/providers/tencentcloud/r/wedata_workflow.html">tencentcloud_wedata_workflow</a>
71037103
</li>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /