Skip to content

Commit fa68f85

Browse files
tongyimingmikatong
and
mikatong
authored
feat(scf): [120625944] support custom domain (#2983)
* support scf custom domain * add changelog --------- Co-authored-by: mikatong <[email protected]>
1 parent 5120ae2 commit fa68f85

9 files changed

+735
-0
lines changed

.changelog/2983.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
tencentcloud_scf_custom_domain
3+
```

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)