Releases: andresb39/terraform-aws-sftp
Releases · andresb39/terraform-aws-sftp
v0.0.4
v0.0.4 version with changes for incorporating a log group into the SFTP / ApiGateway and resolving the problem of Lambda's access to KMS for decrypting SecretManager
What's Changed
- 📝 chore(examples): update Terraform and AWS provider versions in comp… by @andresb39 in #6
Full Changelog: v0.0.3...v0.0.4
Create v0.0.3 tag
Updates & Improvements
- Terraform Configuration Updates:
- Added
.terraform-version
file to standardize Terraform version usage. - Updated various Terraform configuration files (
apigateway.tf
,data.tf
,iam.tf
,lambda.tf
,locals.tf
,main.tf
,route53.tf
) for improved infrastructure management. - New
versions.tf
file added for explicit version management.
- Added
- Documentation and Examples:
- Updated
CHANGELOG.md
andREADME.md
to reflect recent changes. - Enhanced documentation and examples in
examples/complete/
directory, including READMEs and main Terraform configurations. - Added
examples/complete/secrets/README.md
for better guidance on secrets management.
- Updated
- Pre-commit Configuration:
- Updated
.pre-commit-config.yaml
for improved code quality checks.
- Updated
Chore & Maintenance
- Workflow and Configuration Removals:
- Removed
dependabot.yaml
,pre-commit.yaml
, andrelease.yaml
workflow configuration files, streamlining the project setup.
- Removed
Notes
- These changes aim to improve the application's configurability, infrastructure management, and overall codebase cleanliness.
Release v0.0.2
terraform-aws-sftp
Deploy Transfer Family with Identity Provider
First deploy version v0.0.1
Version v0.0.2
- Remove the creation of the Route53 record for the SFTP server if no zone_name is provided
- Fixed security issues
- Fixed indentation issues
- Add .editorconfig file
- Edit README.md
Release v0.0.1
terraform-aws-sftp
Deploy Transfer Family with Identity Provider