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
chore(deps): update dependency python to 3.13 (#648)
* chore(deps): update dependency python to 3.13
* chore: update all references to Python 3.13
* fix: trigger full CI run if workflow file has changed
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pat Heard <patrick.heard@cds-snc.ca>
Copy file name to clipboardExpand all lines: schedule_shutdown/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
@@ -52,7 +52,7 @@ No modules.
52
52
| <aname="input_billing_tag_value"></a> [billing\_tag\_value](#input\_billing\_tag\_value)| (Required) The value of the billing tag |`string`| n/a | yes |
53
53
| <aname="input_cloudwatch_alarm_arns"></a> [cloudwatch\_alarm\_arns](#input\_cloudwatch\_alarm\_arns)| (Optional) CloudWatch alarm ARNs to enable/disable. |`list(string)`|`[]`| no |
54
54
| <aname="input_ecs_service_arns"></a> [ecs\_service\_arns](#input\_ecs\_service\_arns)| (Optional) ECS service ARNs to scale up/down. |`list(string)`|`[]`| no |
55
-
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| (Optional, defaults to 3.11) The Python runtime to use for the lambda function. |`string`|`"python3.11"`| no |
55
+
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| (Optional, defaults to 3.13) The Python runtime to use for the lambda function. |`string`|`"python3.13"`| no |
56
56
| <aname="input_rds_cluster_arns"></a> [rds\_cluster\_arns](#input\_rds\_cluster\_arns)| (Optional) RDS cluster ARNs to shutdown and startup. |`list(string)`|`[]`| no |
57
57
| <aname="input_route53_healthcheck_arns"></a> [route53\_healthcheck\_arns](#input\_route53\_healthcheck\_arns)| (Optional) Route53 healthcheck ARNs to enable/disable. |`list(string)`|`[]`| no |
58
58
| <aname="input_schedule_shutdown"></a> [schedule\_shutdown](#input\_schedule\_shutdown)| (Optional, every day at 10pm UTC) The schedule expression for when resources should be stopped. |`string`|`"cron(0 22 * * ? *)"`| no |
0 commit comments