Skip to content

Commit

Permalink
Merge pull request #18 from 7SOATSquad30/feature/new-db
Browse files Browse the repository at this point in the history
conf: disable snapshot
  • Loading branch information
otavio-code authored Sep 19, 2024
2 parents a0ad77a + cb291aa commit e88b8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ resource "aws_db_instance" "postgres" {
username = var.db_username
password = var.db_password
parameter_group_name = "default.postgres13"
skip_final_snapshot = false
skip_final_snapshot = true
vpc_security_group_ids = [aws_security_group.rds_sg.id]
db_subnet_group_name = aws_db_subnet_group.rds_subnet_group.name
}

0 comments on commit e88b8c9

Please sign in to comment.