Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ris-tlp committed Feb 29, 2024
1 parent b67ce1e commit 52cc3bd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions infrastructure/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,5 @@ resource "aws_db_instance" "rds_instance" {
publicly_accessible = true
skip_final_snapshot = true
vpc_security_group_ids = [aws_security_group.rds_security_group.id]
<<<<<<< Updated upstream
}
=======
db_subnet_group_name = aws_db_subnet_group.rds_subnet_group.name

}

>>>>>>> Stashed changes

0 comments on commit 52cc3bd

Please sign in to comment.