Add backup policy to be set as daily or weekly
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
5
variable.backup_policy_weekday.tf
Normal file
5
variable.backup_policy_weekday.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
variable "backup_policy_weekday" {
|
||||
# SUN, MON, TUE, WED, THU, FRI, SAT
|
||||
default = "SUN"
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user