Skip to content

feat(teo): [119747928] support teo function #2865

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .changelog/2865.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
```release-note:enhancement
tencentcloud_teo_function
```

```release-note:enhancement
tencentcloud_teo_function_rule
```

```release-note:enhancement
tencentcloud_teo_function_rule_priority
```

```release-note:enhancement
tencentcloud_teo_function_runtime_environment
```
4 changes: 4 additions & 0 deletions tencentcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1703,6 +1703,10 @@ func Provider() *schema.Provider {
"tencentcloud_teo_application_proxy_rule": teo.ResourceTencentCloudTeoApplicationProxyRule(),
"tencentcloud_teo_realtime_log_delivery": teo.ResourceTencentCloudTeoRealtimeLogDelivery(),
"tencentcloud_teo_security_ip_group": teo.ResourceTencentCloudTeoSecurityIpGroup(),
"tencentcloud_teo_function": teo.ResourceTencentCloudTeoFunction(),
"tencentcloud_teo_function_rule": teo.ResourceTencentCloudTeoFunctionRule(),
"tencentcloud_teo_function_rule_priority": teo.ResourceTencentCloudTeoFunctionRulePriority(),
"tencentcloud_teo_function_runtime_environment": teo.ResourceTencentCloudTeoFunctionRuntimeEnvironment(),
"tencentcloud_tcm_mesh": tcm.ResourceTencentCloudTcmMesh(),
"tencentcloud_tcm_cluster_attachment": tcm.ResourceTencentCloudTcmClusterAttachment(),
"tencentcloud_tcm_prometheus_attachment": tcm.ResourceTencentCloudTcmPrometheusAttachment(),
Expand Down
4 changes: 4 additions & 0 deletions tencentcloud/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,10 @@ TencentCloud EdgeOne(TEO)
tencentcloud_teo_acceleration_domain
tencentcloud_teo_l4_proxy
tencentcloud_teo_realtime_log_delivery
tencentcloud_teo_function
tencentcloud_teo_function_rule
tencentcloud_teo_function_rule_priority
tencentcloud_teo_function_runtime_environment

TencentCloud ServiceMesh(TCM)
Data Source
Expand Down
Loading
Loading