mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
bump to 14.22
This commit is contained in:
parent
19c0a583cb
commit
d23946a0a3
2 changed files with 3 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ resource "aws_security_group" "allow_db" {
|
||||||
resource "aws_db_instance" "default" {
|
resource "aws_db_instance" "default" {
|
||||||
allocated_storage = var.allocated_storage
|
allocated_storage = var.allocated_storage
|
||||||
engine = "postgres"
|
engine = "postgres"
|
||||||
engine_version = "14.17"
|
engine_version = "14.22"
|
||||||
instance_class = var.instance_class
|
instance_class = var.instance_class
|
||||||
db_name = var.database_name
|
db_name = var.database_name
|
||||||
username = jsondecode(data.aws_secretsmanager_secret_version.db_credentials.secret_string)["db_assessment_model_username"]
|
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/documents_parser/tests
|
||||||
backend/ecmk_fetcher/tests
|
backend/ecmk_fetcher/tests
|
||||||
backend/export/tests
|
backend/export/tests
|
||||||
backend/magic_plan/tests
|
applications/magic_plan/tests
|
||||||
backend/onboarders/tests
|
backend/onboarders/tests
|
||||||
backend/pashub_fetcher/tests
|
backend/pashub_fetcher/tests
|
||||||
datatypes/epc/domain/tests
|
datatypes/epc/domain/tests
|
||||||
|
|
@ -26,5 +26,6 @@ testpaths =
|
||||||
etl/epc_clean/tests
|
etl/epc_clean/tests
|
||||||
etl/hubspot/tests
|
etl/hubspot/tests
|
||||||
etl/spatial/tests
|
etl/spatial/tests
|
||||||
|
tests/
|
||||||
markers =
|
markers =
|
||||||
integration: mark a test as an integration test
|
integration: mark a test as an integration test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue