terraform.aws-baseline-infra/modules/storage/aws-backup/variables.tf
2022-09-06 11:41:06 +08:00

9 lines
249 B
HCL

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 {}