Skip to content

Commit 836821f

Browse files
authored
feat(wedata): [127477929] add new resource (#3539)
* add * add * add * add * add * add * add * add
1 parent 80dd451 commit 836821f

33 files changed

+3410
-1
lines changed

.changelog/3539.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
```release-note:new-data-source
2+
tencentcloud_wedata_sql_script_runs
3+
```
4+
5+
```release-note:new-resource
6+
tencentcloud_wedata_sql_folder
7+
```
8+
9+
```release-note:new-resource
10+
tencentcloud_wedata_sql_script
11+
```
12+
13+
```release-note:new-resource
14+
tencentcloud_wedata_code_folder
15+
```
16+
17+
```release-note:new-resource
18+
tencentcloud_wedata_code_file
19+
```
20+
21+
```release-note:new-resource
22+
tencentcloud_wedata_run_sql_script_operation
23+
```
24+
25+
```release-note:new-resource
26+
tencentcloud_wedata_stop_sql_script_run_operation
27+
```

tencentcloud/provider.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,6 +1187,7 @@ func Provider() *schema.Provider {
11871187
"tencentcloud_wedata_downstream_task_instances": wedata.DataSourceTencentCloudWedataDownstreamTaskInstances(),
11881188
"tencentcloud_wedata_task_instance_executions": wedata.DataSourceTencentCloudWedataTaskInstanceExecutions(),
11891189
"tencentcloud_wedata_data_source_list": wedata.DataSourceTencentCloudWedataDataSourceList(),
1190+
"tencentcloud_wedata_sql_script_runs": wedata.DataSourceTencentCloudWedataSqlScriptRuns(),
11901191
"tencentcloud_private_dns_records": privatedns.DataSourceTencentCloudPrivateDnsRecords(),
11911192
"tencentcloud_private_dns_private_zone_list": privatedns.DataSourceTencentCloudPrivateDnsPrivateZoneList(),
11921193
"tencentcloud_private_dns_forward_rules": privatedns.DataSourceTencentCloudPrivateDnsForwardRules(),
@@ -2323,6 +2324,12 @@ func Provider() *schema.Provider {
23232324
"tencentcloud_wedata_integration_offline_task": wedata.ResourceTencentCloudWedataIntegrationOfflineTask(),
23242325
"tencentcloud_wedata_integration_realtime_task": wedata.ResourceTencentCloudWedataIntegrationRealtimeTask(),
23252326
"tencentcloud_wedata_integration_task_node": wedata.ResourceTencentCloudWedataIntegrationTaskNode(),
2327+
"tencentcloud_wedata_sql_folder": wedata.ResourceTencentCloudWedataSqlFolder(),
2328+
"tencentcloud_wedata_sql_script": wedata.ResourceTencentCloudWedataSqlScript(),
2329+
"tencentcloud_wedata_code_folder": wedata.ResourceTencentCloudWedataCodeFolder(),
2330+
"tencentcloud_wedata_code_file": wedata.ResourceTencentCloudWedataCodeFile(),
2331+
"tencentcloud_wedata_run_sql_script_operation": wedata.ResourceTencentCloudWedataRunSqlScriptOperation(),
2332+
"tencentcloud_wedata_stop_sql_script_run_operation": wedata.ResourceTencentCloudWedataStopSqlScriptRunOperation(),
23262333
"tencentcloud_cfw_address_template": cfw.ResourceTencentCloudCfwAddressTemplate(),
23272334
"tencentcloud_cfw_block_ignore": cfw.ResourceTencentCloudCfwBlockIgnore(),
23282335
"tencentcloud_cfw_edge_policy": cfw.ResourceTencentCloudCfwEdgePolicy(),

tencentcloud/provider.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2248,6 +2248,7 @@ tencentcloud_wedata_upstream_task_instances
22482248
tencentcloud_wedata_downstream_task_instances
22492249
tencentcloud_wedata_task_instance_executions
22502250
tencentcloud_wedata_data_source_list
2251+
tencentcloud_wedata_sql_script_runs
22512252

22522253
Resource
22532254
tencentcloud_wedata_submit_task_operation
@@ -2271,6 +2272,12 @@ tencentcloud_wedata_ops_task
22712272
tencentcloud_wedata_integration_offline_task
22722273
tencentcloud_wedata_integration_realtime_task
22732274
tencentcloud_wedata_integration_task_node
2275+
tencentcloud_wedata_sql_folder
2276+
tencentcloud_wedata_sql_script
2277+
tencentcloud_wedata_code_folder
2278+
tencentcloud_wedata_code_file
2279+
tencentcloud_wedata_run_sql_script_operation
2280+
tencentcloud_wedata_stop_sql_script_run_operation
22742281

22752282
Cloud Firewall(CFW)
22762283
Data Source

0 commit comments

Comments
 (0)