From 9282718d30a169ed65eb1d95a5323bf88d75f332 Mon Sep 17 00:00:00 2001 From: Furkan Tektas Date: Tue, 12 Dec 2023 00:58:48 +0300 Subject: [PATCH] Update terraform-aws-transfer module to v0.5.5 --- CHANGELOG.md | 4 ++++ sftp.tf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed8945..6506b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.1.2] - 2023-12-12 + +- Bump [`terraform-aws-transfer`](https://github.com/Bubo-AI/terraform-aws-transfer) version to `v0.5.5` which fixes initial lambda python package build. + ## [0.1.1] - 2022-05-17 diff --git a/sftp.tf b/sftp.tf index bff7a45..4ca5851 100644 --- a/sftp.tf +++ b/sftp.tf @@ -112,6 +112,6 @@ resource "aws_transfer_server" "sftp" { } module "idp" { - source = "github.com/Bubo-AI/terraform-aws-transfer?ref=v0.5.4" + source = "github.com/Bubo-AI/terraform-aws-transfer?ref=v0.5.5" prefix = var.prefix }