Releases: jetbrains-infra/terraform-aws-rds-mysql
Releases · jetbrains-infra/terraform-aws-rds-mysql
Workaround aws provider V5.0.0 changes
RDS Storage type and parameters
- Now the
gp3
storage type is default - Now it's possible to control IAM authz feature via the
iam_database_authentication_enabled
option
Introduce Performance Insights support
- Now it is possible to enable Performance Insights
Small improvements and deprecation fixes
- Support of deletion protection
- Enhanced monitoring support
- IAM auth by default
- Changed deprecated
name
todb_name
Introduce parameter store support
- Now module saves RDS info into parameter store
- Fixes for terraform 0.14
Terraform 0.12 support
v0.3.1 Merge pull request #2 from jetbrains-infra/feature/terraform_0.12_sup…
Terraform 0.12 support
v0.3.0 feat: allow specify MySQL logs