Skip to content
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
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
Loading