Skip to content

Commit 6e9585a

Browse files
author
WeiMengXS
committed
feat: parm type
1 parent 595133a commit 6e9585a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tencentcloud/resource_tc_scf_trigger_config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,14 @@ func resourceTencentCloudScfTriggerConfig() *schema.Resource {
8787
"namespace": {
8888
Optional: true,
8989
ForceNew: true,
90+
Default: "default",
9091
Type: schema.TypeString,
9192
Description: "Function namespace.",
9293
},
9394

9495
"trigger_desc": {
9596
Optional: true,
97+
Computed: true,
9698
Type: schema.TypeString,
9799
Description: "TriggerDesc parameter.",
98100
},

0 commit comments

Comments
 (0)