Skip to content

Commit

Permalink
Update terraform-aws-transfer module to v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
furkantektas committed Dec 11, 2023
1 parent ce6d813 commit 9282718
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sftp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 9282718

Please sign in to comment.