Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zartash aslam authored and zartash aslam committed Mar 10, 2024
1 parent 0ab61ff commit 4ec747d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ resource "aws_db_instance" "default" {
username = "foo"
password = "foobarbaz"
parameter_group_name = "default.mysql5.7"
skip_final_snapshot = true
skip_final_snapshot = false
}

0 comments on commit 4ec747d

Please sign in to comment.