Skip to content

Commit 822c1cc

Browse files
committed
fix(modules/rds): skip_final_snapshot disabled
1 parent 902acaf commit 822c1cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/rds/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ variable "vpc_security_group_ids" {
6464
}
6565

6666
variable "skip_final_snapshot" {
67-
description = "(Optional, Default:false) Determines whether a final DB snapshot is created before the DB instance is deleted."
67+
description = "(Optional, Default:true) Determines whether a final DB snapshot is created before the DB instance is deleted."
6868
type = bool
6969
nullable = false
70-
default = false
70+
default = true
7171
}
7272

7373
variable "tags" {

0 commit comments

Comments
 (0)