Skip to content

Commit

Permalink
Update MariaDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Feb 2, 2022
1 parent 748a8ff commit 9c2c950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/rds/instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7385,7 +7385,7 @@ func testAccInstanceConfig_SnapshotIdentifier_Io1Storage(rName string, iops int)
return fmt.Sprintf(`
data "aws_rds_orderable_db_instance" "test" {
engine = "mariadb"
engine_version = "10.2.15"
engine_version = "10.5.12"
license_model = "general-public-license"
storage_type = "io1"
Expand Down

0 comments on commit 9c2c950

Please sign in to comment.