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
*`content` - (Required, String) Function content, currently only supports JavaScript code, with a maximum size of 5MB.
35
+
*`name` - (Required, String) Function name. It can only contain lowercase letters, numbers, hyphens, must start and end with a letter or number, and can have a maximum length of 30 characters.
36
+
*`zone_id` - (Required, String, ForceNew) ID of the site.
37
+
*`remark` - (Optional, String) Function description, maximum support of 60 characters.
38
+
39
+
## Attributes Reference
40
+
41
+
In addition to all arguments above, the following attributes are exported:
42
+
43
+
*`id` - ID of the resource.
44
+
*`create_time` - Creation time. The time is in Coordinated Universal Time (UTC) and follows the date and time format specified by the ISO 8601 standard.
45
+
*`domain` - The default domain name for the function.
46
+
*`function_id` - ID of the Function.
47
+
*`update_time` - Modification time. The time is in Coordinated Universal Time (UTC) and follows the date and time format specified by the ISO 8601 standard.
48
+
49
+
50
+
## Import
51
+
52
+
teo teo_function can be imported using the id, e.g.
0 commit comments