Skip to content

Commit d3a6ab1

Browse files
author
mikatong
committed
support scf custom domain
1 parent bfbff72 commit d3a6ab1

8 files changed

+732
-0
lines changed

tencentcloud/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,6 +1445,7 @@ func Provider() *schema.Provider {
14451445
"tencentcloud_scf_layer": scf.ResourceTencentCloudScfLayer(),
14461446
"tencentcloud_scf_function_alias": scf.ResourceTencentCloudScfFunctionAlias(),
14471447
"tencentcloud_scf_trigger_config": scf.ResourceTencentCloudScfTriggerConfig(),
1448+
"tencentcloud_scf_custom_domain": scf.ResourceTencentCloudScfCustomDomain(),
14481449
"tencentcloud_tcaplus_cluster": tcaplusdb.ResourceTencentCloudTcaplusCluster(),
14491450
"tencentcloud_tcaplus_tablegroup": tcaplusdb.ResourceTencentCloudTcaplusTableGroup(),
14501451
"tencentcloud_tcaplus_idl": tcaplusdb.ResourceTencentCloudTcaplusIdl(),

tencentcloud/provider.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@ Serverless Cloud Function(SCF)
972972
tencentcloud_scf_layer
973973
tencentcloud_scf_function_alias
974974
tencentcloud_scf_trigger_config
975+
tencentcloud_scf_custom_domain
975976

976977
SQLServer
977978
Data Source

0 commit comments

Comments
 (0)