Skip to content

Commit 1e9c9e0

Browse files
authored
feat(wedata): [127477929] add new resrouce (#3575)
* add * add * add
1 parent 6584374 commit 1e9c9e0

File tree

9 files changed

+952
-0
lines changed

9 files changed

+952
-0
lines changed

.changelog/3575.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
tencentcloud_wedata_lineage_attachment
3+
```

tencentcloud/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,6 +2354,7 @@ func Provider() *schema.Provider {
23542354
"tencentcloud_wedata_stop_sql_script_run_operation": wedata.ResourceTencentCloudWedataStopSqlScriptRunOperation(),
23552355
"tencentcloud_wedata_add_calc_engines_to_project_operation": wedata.ResourceTencentCloudWedataAddCalcEnginesToProjectOperation(),
23562356
"tencentcloud_wedata_data_backfill_plan_operation": wedata.ResourceTencentCloudWedataDataBackfillPlanOperation(),
2357+
"tencentcloud_wedata_lineage_attachment": wedata.ResourceTencentCloudWedataLineageAttachment(),
23572358
"tencentcloud_cfw_address_template": cfw.ResourceTencentCloudCfwAddressTemplate(),
23582359
"tencentcloud_cfw_block_ignore": cfw.ResourceTencentCloudCfwBlockIgnore(),
23592360
"tencentcloud_cfw_edge_policy": cfw.ResourceTencentCloudCfwEdgePolicy(),

tencentcloud/provider.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,6 +2298,7 @@ tencentcloud_wedata_stop_sql_script_run_operation
22982298
tencentcloud_wedata_project
22992299
tencentcloud_wedata_project_member
23002300
tencentcloud_wedata_resource_group_to_project_attachment
2301+
tencentcloud_wedata_lineage_attachment
23012302

23022303
Cloud Firewall(CFW)
23032304
Data Source

0 commit comments

Comments
 (0)