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_plan.tf
Normal file
5
variable.backup_policy_plan.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
variable "backup_policy_plan" {
|
||||
# daily or weekly
|
||||
default = "weekly"
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user