This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock the engine version of RDS aurora-postgres
Without setting the version RDS defaults to "latest", which isn't in line with our parameter group family, which does lock in the version. So, explicitly lock the engine version to keep it consistent with the parameter group. An alternative would be to expose some sort of parameter through the yaml and align accordingly, but given the EOL mode of GSP this is the simplest change that will work.
- Loading branch information
1 parent
0419eed
commit 8e0bdd9
Showing
3 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters