Skip to content

Commit

Permalink
Add default for delete_after
Browse files Browse the repository at this point in the history
  • Loading branch information
aric-flor-cf authored Aug 1, 2024
1 parent 9b7363e commit 3f72f9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ variable "backup_kms_arn" {
variable "delete_after" {
description = "Delete backups after defined number of days"
type = number
default = 14
}

variable "backup_rule_name" {
Expand All @@ -52,4 +53,4 @@ variable "backup_schedule" {
variable "backup_selection_tag_value" {
description = "AWS backup selection tag value"
type = string
}
}

0 comments on commit 3f72f9a

Please sign in to comment.