9 lines
249 B
Terraform
9 lines
249 B
Terraform
|
variable default-tags {}
|
||
|
variable aws-org-id {}
|
||
|
variable backup-plan-name {}
|
||
|
variable backup-plan-cron {
|
||
|
type = string
|
||
|
default = "cron(0 20 * * ? *)"
|
||
|
# cron(Minutes Hours Day-of-month Month Day-of-week Year)
|
||
|
}
|
||
|
variable backup-plan-retention {}
|