Releases: sil-org/terraform-aws-idp
Releases · sil-org/terraform-aws-idp
14.5.0 - add id-broker heartbeat_url
14.4.1 - simplify README docs
What's Changed
Full Changelog: 14.4.0...14.4.1
14.4.0 - use IAM Role for s3-to-b2 sync
Changed
- Changed the authentication for the s3-to-b2 sync process to use IAM Roles rather than static tokens.
What's Changed
Full Changelog: 14.3.2...14.4.0
14.3.2 - fix a problem created in version 14.3.1
What's Changed
Full Changelog: 14.3.1...14.3.2
14.3.1 - minor maintenance
14.3.0 - add s3_bucket_force_destroy variable to db-backup module
What's Changed
Full Changelog: 14.2.2...14.3.0
14.2.2 - Added the public access block
What's Changed
- Added the public access block to the S3 bucket configuration by @Praveenraj-K in #323
Full Changelog: 14.2.1...14.2.2
14.2.1 - revert container port change from version 14.1.2
What's Changed
Full Changelog: 14.2.0...14.2.1
14.2.0 - database ARN and S3 backup bucket flexibility
Added
- Added a database ARN variable that can be assigned from an output of the database module. The database ARN defaults to the original calculated value for backward compatibility. The problem with the calculated value is that it assumes
aws_envis identical in the database and backup modules. - Added a S3 backup bucket name variable so an existing bucket can be retained across maintenance operations such as
idp_nameorapp_envchanges. The bucket name defaults to the original calculated value for backward compatibility.
What's Changed
Full Changelog: 14.1.2...14.2.0
14.1.2 - open both ports 80 and 443 on containers
What's Changed
- Changed
docker-composetodocker composeby @mtompset in #317 - remove outdated docker compose environment by @briskt in #318
- update README to reflect idp-pw-api version 8 is latest by @briskt in #319
- change the container definitions to listen on both 80 and 443 by @briskt in #320
New Contributors
Full Changelog: 14.1.1...14.1.2