Skip to content

Commit bcbb386

Browse files
authored
fix: InvalidParameterCombination: Cannot find version 5.7.12 for aurora-mysql (#303)
1 parent dda5fcd commit bcbb386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mysql/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module "aurora" {
4646

4747
name = local.name
4848
engine = "aurora-mysql"
49-
engine_version = "5.7.12"
49+
engine_version = "5.7"
5050
instances = {
5151
1 = {
5252
instance_class = "db.r5.large"

0 commit comments

Comments
 (0)