Skip to content

Commit

Permalink
Update terraform-python-packager to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
furkantektas committed Dec 11, 2023
1 parent 457fd59 commit 2094643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.5] - 2023-12-12
- Update `terraform-python-packager` to `v0.1.2` which fixes initial python package build.

## [0.5.4] - 2022-05-17

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.1"
source = "github.com/Bubo-AI/terraform-python-packager?ref=v0.1.2"
src_dir = "${path.module}/lambda/source"
package_name = "${path.module}/sftp-idp.zip"
}
Expand Down

0 comments on commit 2094643

Please sign in to comment.