Releases: terraform-aws-modules/terraform-aws-dms
Releases · terraform-aws-modules/terraform-aws-dms
v2.4.0
2.4.0 (2024-11-18)
Features
- Make repl config timeouts configurable (#82) (491f197)
Bug Fixes
- Update CI workflow versions to latest (#74) (060e894)
v2.3.0
2.3.0 (2024-09-09)
Features
- Support externally created source and target endpoint ARNs (#72) (2575ab3)
v2.2.1
2.2.1 (2024-03-07)
Bug Fixes
- Update CI workflow versions to remove deprecated runtime warnings (#61) (b56e19e)
v2.2.0
2.2.0 (2024-02-02)
Features
- Add Serverless replication task support (#56) (c5fcb29)
v2.1.0
2.1.0 (2023-12-22)
Features
v2.0.1
2.0.1 (2023-10-27)
Bug Fixes
- Add conditional to access IAM role when used as fallback value (#48) (3695079)
v2.0.0
2.0.0 (2023-08-23)
⚠ BREAKING CHANGES
- Update AWS provider to support
v5.0
and increase Terraform MSV to 1.0
(#42)
- Add support for creating IAM access role (#42)
- Remove
s3_settings
from aws_dms_endpoint
and use aws_dms_s3_endpoint
instead per AWS provider direction (#42)
- Add support for
redshift_settings
on aws_dms_endpoint
(#42)
Features
- Update AWS provider to support
v5.0
and increase Terraform MSV to 1.0
(#42) (6fea0da)
Bug Fixes
v1.6.1
1.6.1 (2022-11-07)
Bug Fixes
- Update CI configuration files to use latest version (#31) (8d96876)
v1.6.0
1.6.0 (2022-09-25)
Features
- Added support for secretsmanager secret in endpoints (#27) (ddb33cb)
v1.5.3
1.5.3 (2022-07-25)
Bug Fixes
- Replace local-exec sleep with time_sleep (#22) (b4ace3b)