Skip to content

Commit

Permalink
Arrumando RDS subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jonilsonds9 committed Oct 28, 2023
1 parent 975825f commit 622e4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ resource "aws_db_instance" "rds" {
vpc_security_group_ids = [aws_security_group.rds.id]
publicly_accessible = true
skip_final_snapshot = true
db_subnet_group_name = aws_subnet.this["pub_a"].id
db_subnet_group_name = aws_subnet.this["pub_b"].id
}

0 comments on commit 622e4ec

Please sign in to comment.