terraform.aws-baseline-infra/modules/storage/aws-backup/variables.tf

9 lines
249 B
Terraform
Raw Normal View History

2022-09-06 11:41:06 +08:00
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 {}