We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f8cfb commit 23c9467Copy full SHA for 23c9467
variables.tf
@@ -90,7 +90,7 @@ variable "maintenance_window" {
90
variable "skip_final_snapshot" {
91
description = "Determines whether a final DB snapshot is created before the DB instance is deleted"
92
type = bool
93
- default = false
+ default = true
94
}
95
96
variable "tags" {
0 commit comments