Skip to content

Commit eeb98cb

Browse files
authored
Merge pull request #2100 from tencentcloudstack/dev/trigger
feat: parm type
2 parents 3bf6f4b + 6e9585a commit eeb98cb

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)