You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Function type. The default value is Event. Enter Event if you need to create a trigger function. Enter HTTP if you need to create an HTTP function service.",
207
+
},
202
208
"l5_enable": {
203
209
Type: schema.TypeBool,
204
210
Optional: true,
@@ -550,6 +556,9 @@ func resourceTencentCloudScfFunctionCreate(d *schema.ResourceData, m interface{}
Copy file name to clipboardExpand all lines: website/docs/r/scf_function.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ The following arguments are supported:
61
61
*`enable_eip_config` - (Optional, Bool) Indicates whether EIP config set to `ENABLE` when `enable_public_net` was true. Default `false`.
62
62
*`enable_public_net` - (Optional, Bool) Indicates whether public net config enabled. Default `false`. NOTE: only `vpc_id` specified can disable public net config.
63
63
*`environment` - (Optional, Map) Environment of the SCF function.
64
+
*`func_type` - (Optional, String) Function type. The default value is Event. Enter Event if you need to create a trigger function. Enter HTTP if you need to create an HTTP function service.
64
65
*`image_config` - (Optional, List) Image of the SCF function, conflict with ``.
65
66
*`l5_enable` - (Optional, Bool) Enable L5 for SCF function, default is `false`.
66
67
*`layers` - (Optional, List) The list of association layers.
0 commit comments