Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1184 from alphagov/lock-rds-engine-version
Browse files Browse the repository at this point in the history
Keep the RDS version consistent with existing RDS instances
  • Loading branch information
blairboy362 authored Sep 9, 2020
2 parents 4e34afb + c9b5a88 commit 38d15a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func init() {

const (
Engine = "aurora-postgresql"
EngineVersion = "10.13"
EngineVersion = "10.11"
Family = "aurora-postgresql10"
DefaultClass = "db.r5.large"
DefaultInstanceCount = 2
Expand Down

0 comments on commit 38d15a5

Please sign in to comment.