Skip to content

Commit ce6d813

Browse files
committed
Bump terraform-aws-transfer version to v0.5.4
1 parent ba3dc9f commit ce6d813

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
9+
## [0.1.1] - 2022-05-17
10+
11+
- Bump [`terraform-aws-transfer`](https://github.com/Bubo-AI/terraform-aws-transfer) version to `v0.5.4` which disables caching and slows it down in favour of idempotency and to support CI/CD pipelines.

sftp.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ resource "aws_transfer_server" "sftp" {
112112
}
113113

114114
module "idp" {
115-
source = "github.com/Bubo-AI/terraform-aws-transfer?ref=v0.5.3"
115+
source = "github.com/Bubo-AI/terraform-aws-transfer?ref=v0.5.4"
116116
prefix = var.prefix
117117
}

0 commit comments

Comments
 (0)