Releases: Invicton-Labs/terraform-aws-lambda-shell-resource
Releases · Invicton-Labs/terraform-aws-lambda-shell-resource
v0.3.1
v0.3.0
Breaking changes:
- Remove the version tracking feature, which is rarely used and significantly slows down the plan step
v0.2.2
Features:
- Add option to disable logging of input events (default: disabled)
v0.2.1
Features:
- Add
suppress_console
variable
v0.2.0
This release is not backwards-compatible with previous releases.
Features:
- Switch from custom state management to new
aws_lambda_invocation
resource - Add support for environment variables
- Add support for timeouts
Breaking changes:
- Output renamed from
exitstatus
toexit_code
- Removed the "on destruction" commands, as the
aws_lambda_invocation
resource does not support this
v0.1.2
Changes:
- Add AWS provider requirement
v0.1.1
Changes:
- Update internal modules
v0.1.0
Initial release.