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
Copy file name to clipboardExpand all lines: website/docs/r/scf_function.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@ The following arguments are supported:
58
58
*`cos_bucket_region` - (Optional, String) Cos bucket region of the SCF function, conflict with `zip_file`.
59
59
*`cos_object_name` - (Optional, String) Cos object name of the SCF function, should have suffix `.zip` or `.jar`, conflict with `zip_file`.
60
60
*`description` - (Optional, String) Description of the SCF function. Description supports English letters, numbers, spaces, commas, newlines, periods and Chinese, the maximum length is 1000.
61
-
*`enable_eip_config` - (Optional, Bool) Indicates whether EIP config set to `ENABLE` when `enable_public_net` was true.
62
-
*`enable_public_net` - (Optional, Bool) Indicates whether public net config enabled. NOTE: only `vpc_id` specified can disable public net config.
61
+
*`enable_eip_config` - (Optional, Bool) Indicates whether EIP config set to `ENABLE` when `enable_public_net` was true. Default `false`.
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
64
*`image_config` - (Optional, List) Image of the SCF function, conflict with ``.
65
65
*`l5_enable` - (Optional, Bool) Enable L5 for SCF function, default is `false`.
0 commit comments