Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
roiklorin committed Jan 9, 2025
1 parent 251a97e commit 669c9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/rds-postgres-db/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "aws_db_instance" "rds_db" {
allocated_storage = 10
db_name = local.db_name
engine = "postgres"
engine_version = "15.10"
engine_version = "15.9"
instance_class = "db.m5.large"
username = local.db_username
password = local.db_password
Expand Down

0 comments on commit 669c9e0

Please sign in to comment.