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
*`environment_variables` - (Required, List) The environment variable list. The function runtime environment supports a maximum of 64 variables. This field is required when the operation type is set to "setEnvironmentVariable", "deleteEnvironmentVariable", or "resetEnvironmentVariable".
38
+
*`environment_variables` - (Required, List) The environment variable list.
39
39
*`function_id` - (Required, String, ForceNew) ID of the Function.
40
40
*`zone_id` - (Required, String, ForceNew) ID of the site.
41
41
42
42
The `environment_variables` object supports the following:
43
43
44
-
*`key` - (Required, String) The name of the variable, which is limited to alphanumeric characters and the special characters "@", ".", "-", and "_". It can have a maximum of 64 bytes and should not be duplicated.
45
-
*`type` - (Required, String) The type of the variable can have the following values:
46
-
- string: Represents a string type.
47
-
- json: Represents a JSON object type.
48
-
The default value is "string".
44
+
*`key` - (Required, String) The name of the variable, which is limited to alphanumeric characters and the special characters `@`, `.`, `-`, and `_`. It can have a maximum of 64 bytes and should not be duplicated.
45
+
*`type` - (Required, String) The type of the variable can have the following values: - `string`: Represents a string type. - `json`: Represents a JSON object type.
49
46
*`value` - (Required, String) The value of the variable, which is limited to a maximum of 5000 bytes. The default value is empty.
0 commit comments