Skip to content

Commit

Permalink
Bump python-packager to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
furkantektas committed Jan 31, 2024
1 parent 2094643 commit 61475ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.6] - 2024-01-31
- Update `terraform-python-packager` to `v0.1.3`.

## [0.5.5] - 2023-12-12
- Update `terraform-python-packager` to `v0.1.2` which fixes initial python package build.

Expand Down
2 changes: 1 addition & 1 deletion lambda.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "python_packager" {
source = "github.com/Bubo-AI/terraform-python-packager?ref=v0.1.2"
source = "github.com/Bubo-AI/terraform-python-packager?ref=v0.1.3"
src_dir = "${path.module}/lambda/source"
package_name = "${path.module}/sftp-idp.zip"
}
Expand Down

0 comments on commit 61475ab

Please sign in to comment.