Releases: terraform-aws-modules/terraform-aws-rds-proxy
Releases · terraform-aws-modules/terraform-aws-rds-proxy
v4.0.0
4.0.0 (2025-09-16)
⚠ BREAKING CHANGES
- Upgrade AWS provider and min required Terraform version to
6.0
and 1.5.7
respectively (#34)
Features
- Terraform
v1.5.7
is now minimum supported version
- AWS provider
v6.0.0
is now minimum supported version
- Support for
region
parameter to specify the AWS region for the resources created if different from the provider region.
- Variable definitions now contain detailed
object
types in place of the previously used any type
v3.2.1
3.2.1 (2025-05-22)
Bug Fixes
- Correct service principal to rds.amazonaws.com (incl China) (#32) (bbbf50c)
v3.2.0
3.2.0 (2024-11-19)
Features
- Add CloudWatch log group name to outputs (#28) (0fc0e19)
Bug Fixes
- Update CI workflow versions to latest (#27) (b6f22be)
v3.1.1
3.1.1 (2024-03-06)
Bug Fixes
- Update CI workflow versions to remove deprecated runtime warnings (#26) (a31a810)
v3.1.0
3.1.0 (2023-08-30)
Features
v3.0.0
3.0.0 (2023-06-09)
⚠ BREAKING CHANGES
- Increase Terraform and AWS provider minimum supported versions; update
auth
configuration schema (#17)
Features
- Increase Terraform and AWS provider minimum supported versions; update
auth
configuration schema (#17) (cc39e9d)
v2.1.2
2.1.2 (2022-10-27)
Bug Fixes
- Update CI configuration files to use latest version (#13) (2e11175)
v2.1.1
2.1.1 (2022-08-10)
Bug Fixes
- Disable endpoint creation when setting
create_proxy = false
(#12) (26724ab)
- Update documentation to remove prior notice and deprecated workflow (#9) (8c1720c)
v2.1.0
2.1.0 (2022-04-20)
Features
v2.0.1
2.0.1 (2021-11-17)
Bug Fixes
- remove un-used variables and update linting checks to ensure this is catched in the future (affe754)