Skip to content

Releases: Invicton-Labs/terraform-aws-lambda-shell-resource

v0.3.1

07 May 06:52
145ce68
Compare
Choose a tag to compare

Minor changes:

  • Support major version bumps of the AWS provider

v0.3.0

30 Mar 23:00
Compare
Choose a tag to compare

Breaking changes:

  • Remove the version tracking feature, which is rarely used and significantly slows down the plan step

v0.2.2

29 Mar 17:44
Compare
Choose a tag to compare

Features:

  • Add option to disable logging of input events (default: disabled)

v0.2.1

28 Mar 15:51
Compare
Choose a tag to compare

Features:

  • Add suppress_console variable

v0.2.0

17 Mar 19:12
Compare
Choose a tag to compare

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 to exit_code
  • Removed the "on destruction" commands, as the aws_lambda_invocation resource does not support this

v0.1.2

24 Jan 22:00
Compare
Choose a tag to compare

Changes:

  • Add AWS provider requirement

v0.1.1

03 Oct 14:54
Compare
Choose a tag to compare

Changes:

  • Update internal modules

v0.1.0

11 Aug 15:25
Compare
Choose a tag to compare

Initial release.