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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -779,6 +779,8 @@ No modules.
779
779
| <aname="input_docker_image"></a> [docker\_image](#input\_docker\_image)| Docker image to use for the build |`string`|`""`| no |
780
780
| <aname="input_docker_pip_cache"></a> [docker\_pip\_cache](#input\_docker\_pip\_cache)| Whether to mount a shared pip cache folder into docker environment or not |`any`|`null`| no |
781
781
| <aname="input_docker_with_ssh_agent"></a> [docker\_with\_ssh\_agent](#input\_docker\_with\_ssh\_agent)| Whether to pass SSH\_AUTH\_SOCK into docker environment or not |`bool`|`false`| no |
782
+
| <aname="input_durable_config_execution_timeout"></a> [durable\_config\_execution\_timeout](#input\_durable\_config\_execution\_timeout)| Maximum execution time in seconds for the durable function. Valid values between 1 and 31622400 (366 days). |`number`|`null`| no |
783
+
| <aname="input_durable_config_retention_period"></a> [durable\_config\_retention\_period](#input\_durable\_config\_retention\_period)| Number of days to retain the function's execution state. Valid values between 1 and 90. Defaults to 14 if durable\_config is enabled. |`number`|`null`| no |
782
784
| <aname="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables)| A map that defines environment variables for the Lambda Function. |`map(string)`|`{}`| no |
783
785
| <aname="input_ephemeral_storage_size"></a> [ephemeral\_storage\_size](#input\_ephemeral\_storage\_size)| Amount of ephemeral storage (/tmp) in MB your Lambda Function can use at runtime. Valid value between 512 MB to 10,240 MB (10 GB). |`number`|`512`| no |
784
786
| <aname="input_event_source_mapping"></a> [event\_source\_mapping](#input\_event\_source\_mapping)| Map of event source mapping |`any`|`{}`| no |
0 commit comments