Skip to content

Commit

Permalink
Bump terraform-aws-transfer version to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
furkantektas committed May 17, 2022
1 parent ba3dc9f commit ce6d813
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

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.1] - 2022-05-17

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

0 comments on commit ce6d813

Please sign in to comment.