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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ No modules.
139
139
| <aname="input_rds_schedule"></a> [rds\_schedule](#input\_rds\_schedule)| Enable scheduling on rds resources |`any`|`false`| no |
140
140
| <aname="input_redshift_schedule"></a> [redshift\_schedule](#input\_redshift\_schedule)| Enable scheduling on redshift resources |`any`|`false`| no |
141
141
| <aname="input_resources_tag"></a> [resources\_tag](#input\_resources\_tag)| DEPRECATED, use scheduler\_tag variable instead |`map(string)`|`null`| no |
142
-
| <aname="input_runtime"></a> [runtime](#input\_runtime)| The runtime environment for the Lambda function that you are uploading. For example, python3.8 |`string`|`"python3.10"`| no |
142
+
| <aname="input_runtime"></a> [runtime](#input\_runtime)| The runtime environment for the Lambda function that you are uploading|`string`|`"python3.13"`| no |
143
143
| <aname="input_schedule_action"></a> [schedule\_action](#input\_schedule\_action)| Define schedule action to apply on resources, accepted value are 'stop or 'start |`string`|`"stop"`| no |
144
144
| <aname="input_scheduler_tag"></a> [scheduler\_tag](#input\_scheduler\_tag)| Set the tag to use for identify aws resources to stop or start |`map(string)`| <pre>{<br/> "key": "tostop",<br/> "value": "true"<br/>}</pre> | no |
145
145
| <aname="input_tags"></a> [tags](#input\_tags)| Custom tags on aws resources |`map(any)`|`null`| no |
0 commit comments