Replace RDS Aurora Version 1 (MySQL 5.6) engine version in acceptance tests #30355
Labels
service/rds
Issues and PRs that pertain to the rds service.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Milestone
Description
EOL Announcement:
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.MySQL56.EOL.html
The
CreateDBCluster
documentation also now only lists theaurora-mysql
andaurora-postgres
variants as valid engine arguments. This likely means updating this constants block:terraform-provider-aws/internal/service/rds/consts.go
Lines 109 to 115 in 5f5949f
Acceptance tests that explicitly pass 5.6 engine versions or default parameter groups will fail with something like:
terraform-provider-aws/internal/service/rds/cluster_test.go
Lines 2453 to 2464 in 5f5949f
The text was updated successfully, but these errors were encountered: