diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a6fe8..7546efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lambda.tf b/lambda.tf index f070959..63e2d7b 100644 --- a/lambda.tf +++ b/lambda.tf @@ -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" }