mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #1191 from Hestia-Homes/bump-rds-version
Bump RDS to 14.22
This commit is contained in:
commit
1b673622e2
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ resource "aws_security_group" "allow_db" {
|
|||
resource "aws_db_instance" "default" {
|
||||
allocated_storage = var.allocated_storage
|
||||
engine = "postgres"
|
||||
engine_version = "14.17"
|
||||
engine_version = "14.22"
|
||||
instance_class = var.instance_class
|
||||
db_name = var.database_name
|
||||
username = jsondecode(data.aws_secretsmanager_secret_version.db_credentials.secret_string)["db_assessment_model_username"]
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ testpaths =
|
|||
backend/documents_parser/tests
|
||||
backend/ecmk_fetcher/tests
|
||||
backend/export/tests
|
||||
backend/magic_plan/tests
|
||||
applications/magic_plan/tests
|
||||
backend/onboarders/tests
|
||||
backend/pashub_fetcher/tests
|
||||
datatypes/epc/domain/tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue