Skip to content

Commit 23c9467

Browse files
committed
Init
1 parent 89f8cfb commit 23c9467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ variable "maintenance_window" {
9090
variable "skip_final_snapshot" {
9191
description = "Determines whether a final DB snapshot is created before the DB instance is deleted"
9292
type = bool
93-
default = false
93+
default = true
9494
}
9595

9696
variable "tags" {

0 commit comments

Comments
 (0)