Skip to content

Commit

Permalink
feat(scf): [120625944] support custom domain (#2983)
Browse files Browse the repository at this point in the history
* support scf custom domain

* add changelog

---------

Co-authored-by: mikatong <mikatong@tencent.com>
  • Loading branch information
tongyiming and mikatong authored Nov 29, 2024
1 parent 5120ae2 commit fa68f85
Show file tree
Hide file tree
Showing 9 changed files with 735 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/2983.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
tencentcloud_scf_custom_domain
```
1 change: 1 addition & 0 deletions tencentcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1445,6 +1445,7 @@ func Provider() *schema.Provider {
"tencentcloud_scf_layer": scf.ResourceTencentCloudScfLayer(),
"tencentcloud_scf_function_alias": scf.ResourceTencentCloudScfFunctionAlias(),
"tencentcloud_scf_trigger_config": scf.ResourceTencentCloudScfTriggerConfig(),
"tencentcloud_scf_custom_domain": scf.ResourceTencentCloudScfCustomDomain(),
"tencentcloud_tcaplus_cluster": tcaplusdb.ResourceTencentCloudTcaplusCluster(),
"tencentcloud_tcaplus_tablegroup": tcaplusdb.ResourceTencentCloudTcaplusTableGroup(),
"tencentcloud_tcaplus_idl": tcaplusdb.ResourceTencentCloudTcaplusIdl(),
Expand Down
1 change: 1 addition & 0 deletions tencentcloud/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ Serverless Cloud Function(SCF)
tencentcloud_scf_layer
tencentcloud_scf_function_alias
tencentcloud_scf_trigger_config
tencentcloud_scf_custom_domain

SQLServer
Data Source
Expand Down
Loading

0 comments on commit fa68f85

Please sign in to comment.