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.
skip_final_snapshot
1 parent 902acaf commit 822c1ccCopy full SHA for 822c1cc
modules/rds/variables.tf
@@ -64,10 +64,10 @@ variable "vpc_security_group_ids" {
64
}
65
66
variable "skip_final_snapshot" {
67
- description = "(Optional, Default:false) Determines whether a final DB snapshot is created before the DB instance is deleted."
+ description = "(Optional, Default:true) Determines whether a final DB snapshot is created before the DB instance is deleted."
68
type = bool
69
nullable = false
70
- default = false
+ default = true
71
72
73
variable "tags" {
0 commit comments