diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ed8945 --- /dev/null +++ b/CHANGELOG.md @@ -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. diff --git a/sftp.tf b/sftp.tf index 39fa02c..bff7a45 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.3" + source = "github.com/Bubo-AI/terraform-aws-transfer?ref=v0.5.4" prefix = var.prefix }