Skip to content

Commit

Permalink
Update postgres.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Mar 5, 2024
1 parent 73fb386 commit 8469087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/db/postgres.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
resource "aws_db_instance" "default" {
allocated_storage = 5
db_name = "forum"
db_subnet_group_name = var.subnet_ids.public[0]
db_subnet_group_name = aws_db_subnet_group.forum.name
engine = "postgres"
instance_class = "db.t3.micro"
username = "backend"
Expand Down

0 comments on commit 8469087

Please sign in to comment.