Releases: diodonfrost/terraform-aws-lambda-scheduler-stop-start
Releases · diodonfrost/terraform-aws-lambda-scheduler-stop-start
4.2.0
Features
- terraform: add date exclusion functionality to skip scheduling on specific dates using MM-DD format
(3e49357)
- terraform: add OpenTofu compatibility with versions.tofu file (c532df7)
4.1.0
Features
- iam: IAM role policies now conditionally enable based on schedule variables, providing more granular control over
permissions (pull/68) thanks to @kuthyaron
- terraform: add AWS Transfer server scheduling functionality (10b2e4e)
4.0.0
Features
- lambda: parameterize Lambda runtime (22d9a21)
- terraform: add timezone support for scheduler (63cca94) Thanks to @nazanalbuz
- terraform: bump python lambda runtime to 3.13 (ff53a14)
- terraform: update provider requirements (7e78cf0)
3.5.0
Features
- lambda: bump python version to 3.10 (e80836a)
3.4.1
Bug Fixes
- lambda: use output_base64sha256 directly instead of function filebase64sha256 (a7c348f) thanks to @pvillaverde
3.4.0
Features
- autoscaling: terminate instances instead of stopping them (1f6f6f6)
3.3.0
Features
- lambda: bump python version to 3.9 (b0eddbb)
- terraform: add documentdb scheduler (942f713)
- terraform: add redshift scheduler (68ae759)
- terraform: trigger update each time python code changes (d2498c6)
3.1.3
Bug Fixes
- variable: rename scheduler tag variable name (a2e0e2a)
3.1.2
Reverts
- Revert "refactor(tag): renames scheduler tag" (3800d9f)