mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
commit
b64cd70820
1 changed files with 3 additions and 0 deletions
|
|
@ -39,4 +39,7 @@ resource "aws_db_instance" "default" {
|
||||||
password = jsondecode(data.aws_secretsmanager_secret_version.db_credentials.secret_string)["db_assessment_model_password"]
|
password = jsondecode(data.aws_secretsmanager_secret_version.db_credentials.secret_string)["db_assessment_model_password"]
|
||||||
parameter_group_name = "default.postgres14"
|
parameter_group_name = "default.postgres14"
|
||||||
skip_final_snapshot = true
|
skip_final_snapshot = true
|
||||||
|
lifecycle {
|
||||||
|
prevent_destroy = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue