variable "backup-plan-name" { type = string description = "Backup plan name" } variable "backup-rule-cron" { type = string description = "Backup rule cron expression" } variable "backup-plan-retention" { type = number description = "Backup retention period" } variable "opt-in-aurora" { type = bool description = "Opt in audora backup" } variable "opt-in-s3" { type = bool description = "Opt in s3 backup" } variable "opt-in-dynamodb" { type = bool description = "Opt in dynamodb backup" } variable "opt-in-ebs" { type = bool description = "Opt in ebs backup" } variable "opt-in-ec2" { type = bool description = "Opt in ec2 backup" } variable "opt-in-efs" { type = bool description = "Opt in efs backup" } variable "opt-in-fsx" { type = bool description = "Opt in fsx backup" } variable "opt-in-rds" { type = bool description = "Opt in rds backup" } variable "opt-in-storagegateway" { type = bool description = "Opt in storage gateway backup" } variable "opt-in-virtualmachine" { type = bool description = "Opt in virtualmachine backup" } variable "opt-in-redshift" { type = bool description = "Opt in redshift backup" }