Commit 74e6523d authored by Anton Babenko's avatar Anton Babenko

Added skip_final_snapshot=true in module also (remaining from #3)

parent 363432ea
......@@ -115,7 +115,7 @@ variable "maintenance_window" {
variable "skip_final_snapshot" {
description = "Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted, using the value from final_snapshot_identifier"
default = false
default = true
}
variable "copy_tags_to_snapshot" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment