Skip to content

Commit

Permalink
Bump terraform-aws-transfoer to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
furkantektas committed Jan 31, 2024
1 parent 9282718 commit 0f9596d
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.3] - 2024-01-31

- Bump [`terraform-aws-transfer`](https://github.com/Bubo-AI/terraform-aws-transfer) version to `v0.5.6`.

## [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.
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.5"
source = "github.com/Bubo-AI/terraform-aws-transfer?ref=v0.5.6"
prefix = var.prefix
}

0 comments on commit 0f9596d

Please sign in to comment.