Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Mar 5, 2024
1 parent 002fc9c commit 47f9bfb
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.subnets.public[0]
db_subnet_group_name = var.subnet_ids.public[0]
engine = "postgres"
instance_class = "db.t3.micro"
username = "backend"
Expand Down

0 comments on commit 47f9bfb

Please sign in to comment.