Skip to content

Commit

Permalink
Merge pull request #15 from zartashaslam/my-test-branch
Browse files Browse the repository at this point in the history
My test changes
  • Loading branch information
zartashaslam authored Mar 10, 2024
2 parents 0ab61ff + 4ec747d commit 97eab68
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 97eab68

Please sign in to comment.